aboutsummaryrefslogtreecommitdiff
path: root/docs/packagemanager.md
diff options
context:
space:
mode:
authorEmmett1 <me@emmett1.my>2026-05-23 06:48:47 +0000
committerEmmett1 <me@emmett1.my>2026-05-23 06:48:47 +0000
commit757b50d5141bf946d0d459f3afbaa033552f307b (patch)
tree78f6002cb6301fc73e08efd090f923915c42ed84 /docs/packagemanager.md
parent9e581e12fbf98cc3d8cae1d3a46ae9eae92d5bcf (diff)
parent9c3917e185f4ed687a1c66209885489170e0527b (diff)
downloadalicelinux-757b50d5141bf946d0d459f3afbaa033552f307b.tar.gz
alicelinux-757b50d5141bf946d0d459f3afbaa033552f307b.zip
Merge branch 'main' of https://codeberg.org/emmett1/alicelinux
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
---