aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authormobinmob <mobinmob@noreply.codeberg.org>2024-08-03 15:21:50 +0000
committermobinmob <mobinmob@noreply.codeberg.org>2024-08-03 15:21:50 +0000
commit70aeabcb8b6b44770f086f1cd52a1ba372878c43 (patch)
treee4d587b583ad4065acd6d2072c2dd8cdfa754314 /docs
parentef29764929d8a370b13d2fc06ac8d56091516f6b (diff)
downloadalicelinux-70aeabcb8b6b44770f086f1cd52a1ba372878c43.tar.gz
alicelinux-70aeabcb8b6b44770f086f1cd52a1ba372878c43.zip
Update docs/install.md
Diffstat (limited to 'docs')
-rw-r--r--docs/install.md2
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.
```