diff options
| -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. |