From 987db81b69a0b3f63b3d842d111195eb6a23675e Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 27 Mar 2022 00:44:09 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 9031e07..5d12986 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,6 @@ cp /usr/share/buildservice-git/skel/presets-example.json /etc/buildservice-git/p systemctl enable --now buildservice-git.service ``` -Note that the `-git` package is used at this point because there are no releases yet. - ### Setting up a working directory The server needs a place to temporarily store PKGBUILDs, cache files and other stuff. Just create a directory at any place with enough disk space and set the permissions so the @@ -66,7 +64,7 @@ user you start the server with can read and write there. This directory goes und `working_directory` in the settings file. Relative paths within the configuration file (used for other locations) will be treated relative to that directory. -### Setting up a database/repository directories +### Setting up database/repository directories The databases for the official repositories will be synced from the upstream repositories and stored in a local directory. The actual packages might be found in the pacman cache directory. Example configuration: