diff options
| author | mobinmob <mobinmob@noreply.codeberg.org> | 2024-08-03 15:20:50 +0000 |
|---|---|---|
| committer | mobinmob <mobinmob@noreply.codeberg.org> | 2024-08-03 15:20:50 +0000 |
| commit | ef29764929d8a370b13d2fc06ac8d56091516f6b (patch) | |
| tree | cf53011a4d03131a7113afda9e0cc55cfb656563 /docs | |
| parent | 5882d91661041124d2fb7dd682337c7cc6b4358d (diff) | |
| download | alicelinux-ef29764929d8a370b13d2fc06ac8d56091516f6b.tar.gz alicelinux-ef29764929d8a370b13d2fc06ac8d56091516f6b.zip | |
Update docs/install.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install.md b/docs/install.md index 75bc4b5a..19d2204b 100644 --- a/docs/install.md +++ b/docs/install.md @@ -69,7 +69,7 @@ I'm also going to set `NINJAJOBS` here. Without it, `ninja` will use all threads ``` Next, we need to set the package's build scripts path (I'll call it `package repos`) so `apkg` can find them. The `APKG_REPO` variable can accept multiple values for multiple `package repos`. -Alice provides two (4) `package repos` (at the time of this writing): `core`, `extra`, `xorg` and `wayland`. `core` contains all base packages, and `extra` includes other packages beyond the base. `xorg` and `wayland` contain packages for gui and their dependencies. +Alice provides four (4) `package repos` (at the time of this writing): `core`, `extra`, `xorg` and `wayland`. `core` contains all base packages, and `extra` includes other packages beyond the base. `xorg` and `wayland` contain packages for gui and their dependencies. First, get the absolute path of the `package repos` where we cloned them. By the way, we are still inside the `/var/lib` directory where we cloned the repo. >NOTE: USE TAB COMPLETION! |