aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorohnoes_ohnoes <ohnoes_ohnoes@noreply.codeberg.org>2026-05-11 12:59:35 -0300
committerohnoes_ohnoes <ohnoes_ohnoes@noreply.codeberg.org>2026-05-11 12:59:35 -0300
commit0774f373e785d6a0566728dd4ab2b94de6f5171a (patch)
tree31ccd7115aa4c38920777b4472de8baf14fe2c2a /docs
parentd6bfd3cba346b74318793fe79c71dc563685414e (diff)
downloadalicelinux-0774f373e785d6a0566728dd4ab2b94de6f5171a.tar.gz
alicelinux-0774f373e785d6a0566728dd4ab2b94de6f5171a.zip
Fixed a typo in docs/packagemanager.md and expanded some explanation
Diffstat (limited to 'docs')
-rw-r--r--docs/packagemanager.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/packagemanager.md b/docs/packagemanager.md
index 1bd44909..0441a93e 100644
--- a/docs/packagemanager.md
+++ b/docs/packagemanager.md
@@ -1,7 +1,7 @@
Package Manager
===============
-In Alice, theres two package manager used, [spm](https://codeberg.org/emmett1/spm) and [autils](https://codeberg.org/emmett1/autils). Why two package manager? `spm` was written for generic package manager for linux distribution. And `autils` is written specifically for `Alice` and required `spm`.
+In Alice, two package manager are used, [spm](https://codeberg.org/emmett1/spm) and [autils](https://codeberg.org/emmett1/autils). And why two package manager? `spm` was written for generic package manager for linux distribution. And `autils` is written specifically for `Alice` and requires `spm` in order to install, remove and update packages while managing conflicts. The command `apkg` (part of `autils`) is used to fetch and build packages from ports and their `abuild` files.
spm
---