chore: adjust documentation

This commit is contained in:
dancingCycle 2022-08-12 08:33:50 +02:00
parent 314f7549bc
commit 6098de5a12
1 changed files with 1 additions and 3 deletions

View File

@ -22,6 +22,4 @@ ssh -L <local port>:localhost:5432 <user>@<postgrs host>
* load feed into database\
```
psql --host=localhost --port=5442 --username=<usr> --dbname=<db> --file=<schema name> --password
# [Deployment with Monit](./deployment-with-monit.md)
# [Deployment with pm2](./deployment-with-pm2.md)
```