improve docs

This commit is contained in:
lesion
2022-03-11 20:54:10 +01:00
parent bafc748799
commit 4099aed395
3 changed files with 3 additions and 17 deletions

View File

@@ -50,7 +50,7 @@ sudo adduser --group --system --shell /bin/false --home /opt/gancio gancio
```
1. Install Gancio
```bash
sudo yarn global add --silent {{site.url}}/latest.tgz 2> /dev/null
sudo yarn global add --silent {{site.url}}/latest.tgz
```
1. Setup systemd service and reload systemd
@@ -78,6 +78,6 @@ sudo systemctl start gancio
```bash
yarn global remove gancio
yarn cache clean
yarn global add --silent {{site.url}}/latest.tgz 2> /dev/null
yarn global add --silent {{site.url}}/latest.tgz
sudo systemctl restart gancio
```