diff options
| author | Lostt <lostt@noreply.codeberg.org> | 2026-05-28 02:18:27 +0200 |
|---|---|---|
| committer | Lostt <lostt@noreply.codeberg.org> | 2026-05-28 02:18:27 +0200 |
| commit | 71be430e5d4bfcedc422f571f5df7a4514a8ea92 (patch) | |
| tree | 98f13e3c638be3f632b5113b346df102f51aa186 | |
| parent | 869bd1cc5ba01bc0d7c24c74cf4d15d396891d9e (diff) | |
| download | alicelinux-71be430e5d4bfcedc422f571f5df7a4514a8ea92.tar.gz alicelinux-71be430e5d4bfcedc422f571f5df7a4514a8ea92.zip | |
Update docs/install.md
| -rw-r--r-- | docs/install.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/install.md b/docs/install.md index e3e7b189..adc53381 100644 --- a/docs/install.md +++ b/docs/install.md @@ -92,8 +92,6 @@ You can also create a directory the community repo. # echo 'APKG_REPO="/var/lib/repos/core /var/lib/repos/extra /var/lib/repos/community"' >> /etc/apkg.conf ``` -> NOTE: All repo paths must be declared in the APKG_REPO variable, separated by a single space. - Next, we will set up directories for `packages`, `sources`, and `work`. By default, these directories are inside the package template, but we will change them to `/var/cache/pkg`, `/var/cache/src`, and `/var/cache/work` respectively. You can change these to any location where you want to store these files. First, create the directories. |