diff options
| -rw-r--r-- | docs/packagemanager.md | 2 |
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 --- |