We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8abaf6 commit 4fb4bdbCopy full SHA for 4fb4bdb
README.md
@@ -27,7 +27,7 @@ However, there are these differences and improvements:
27
* Install *git*. `sudo apt-get install git`
28
* Install *gchsd* from the *deb* package. `wget https://github.com/craflin/git-cache-http-server/releases/download/<version>>/gchsd-<version>-<platform>.deb && sudo dpkg -i ./gchsd-<version>-<platform>.deb`
29
* If needed, configure a cache directory (default is */tmp/gchsd*) and listen port (default is *80*) in */etc/gchsd.conf*.
30
-* Start the *gchsd* daemon with `sudo systemctl start gchsd`.
+* Start the *gchsd* daemon with `sudo systemctl daemon-reload && sudo systemctl start gchsd`.
31
* You can use `sudo systemctl enable gchsd` to start the daemon automatically after a system restart.
32
33
## Client Setup
0 commit comments