minor with docs

This commit is contained in:
les 2021-07-27 22:35:54 +02:00
parent c68e42ad32
commit 72a8f1649d
No known key found for this signature in database
GPG key ID: 352918250B012177
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

View file

@ -32,19 +32,16 @@
"dependencies": {
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.13.5",
"@popperjs/core": "2.9.2",
"accept-language": "^3.0.18",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"bufferutil": "^4.0.1",
"config": "^3.3.6",
"consola": "^2.15.3",
"cookie-parser": "^1.4.5",
"core-js": "3.14.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"date-fns": "^2.21.3",
"dayjs": "^1.10.5",
"dompurify": "^2.2.9",
"email-templates": "^8.0.7",