aboutsummaryrefslogtreecommitdiff
path: root/docs/packagemanager.md
diff options
context:
space:
mode:
authoremmett1 <me@emmett1.my>2026-05-12 04:45:08 +0200
committeremmett1 <me@emmett1.my>2026-05-12 04:45:08 +0200
commit3e6175633aee0463cd8465e5af5d7756f641e87b (patch)
tree5f9c03b874195e920c11edc65ca54071552c5294 /docs/packagemanager.md
parent827a633416597c2dbd192557b49711694b745a88 (diff)
parent0774f373e785d6a0566728dd4ab2b94de6f5171a (diff)
downloadalicelinux-3e6175633aee0463cd8465e5af5d7756f641e87b.tar.gz
alicelinux-3e6175633aee0463cd8465e5af5d7756f641e87b.zip
Merge pull request 'fix-typos' (#47) from ohnoes_ohnoes/alicelinux:fix-typos into main
Reviewed-on: https://codeberg.org/emmett1/alicelinux/pulls/47 Reviewed-by: emmett1 <me@emmett1.my>
Diffstat (limited to 'docs/packagemanager.md')
-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
---