From def364a5facb11ffec58629406455f3044537e75 Mon Sep 17 00:00:00 2001 From: Caleb Connolly Date: Sat, 9 Sep 2023 21:19:54 +0100 Subject: [PATCH] README: explain how to find pmaports The wording hasn't changed since when pmaports was a part of the pmbootstrap repo. Signed-off-by: Caleb Connolly --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e04dcd7..07519005 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,16 @@ pmbootstrap status ### Packages -Build `aports/main/hello-world`: +All source packages are in the [pmaports package +repository](https://gitlab.com/postmarketOS/pmaports), pmbootstrap will +automatically clone this during init. You can quickly navigate to the pmaports +git repository with + +```sh +cd $(pmbootstrap config aports) +``` + +Build `main/hello-world`: ```sh pmbootstrap build hello-world -- 2.45.2