Merge pull request #1267 from valkheim/master

Fix git directory name
This commit is contained in:
ZeroNet 2018-01-28 13:31:17 +01:00 committed by GitHub
commit bd6cb3e5be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,7 @@ It downloads the latest version of ZeroNet then starts it automatically.
### [Arch Linux](https://www.archlinux.org) ### [Arch Linux](https://www.archlinux.org)
* `git clone https://aur.archlinux.org/zeronet.git` * `git clone https://aur.archlinux.org/zeronet.git`
* `cd zeronet-git` * `cd zeronet`
* `makepkg -srci` * `makepkg -srci`
* `systemctl start zeronet` * `systemctl start zeronet`
* Open http://127.0.0.1:43110/ in your browser * Open http://127.0.0.1:43110/ in your browser