minor with docs

This commit is contained in:
les
2021-07-27 22:35:54 +02:00
parent c68e42ad32
commit 72a8f1649d
2 changed files with 1 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ postgres=# grant all privileges on database gancio to gancio;
1. Create a user to run gancio from
```bash
sudo adduser gancio
su gancio
su - gancio
```
1. Install Gancio
```bash