diff options
Diffstat (limited to 'docs/install.md')
| -rw-r--r-- | docs/install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install.md b/docs/install.md index 19d2204b..e6669e2c 100644 --- a/docs/install.md +++ b/docs/install.md @@ -83,7 +83,7 @@ After we have the path of our `package repos`, add it to the `APKG_REPO` variabl ``` # echo 'APKG_REPO="/var/lib/alicelinux/repos/core /var/lib/alicelinux/repos/extra"' >> /etc/apkg.conf ``` ->NOT: All repo paths must be declared in the APKG_REPO variable, seperated by a single space. +>NOTE: All repo paths must be declared in the APKG_REPO variable, seperated by a single space. After setting up our `package repos`, make sure `apkg` can find the packages. We can use `apkg -s <pattern>` to search for packages. ``` |