Clean docs

This commit is contained in:
Pietro Monticone
2022-11-01 15:20:25 +01:00
parent b2cb72ae81
commit f62cd1129b
21 changed files with 63 additions and 62 deletions

View File

@@ -62,7 +62,7 @@ createdb 'your_username'
If we run `psql` again we should now get access to postgres console. With `\du` you can see the current users list.
In case you want to set a password for your user you can make it throught postgres console by:
In case you want to set a password for your user you can make it through postgres console by:
```
ALTER USER your_username WITH PASSWORD 'your_password';