1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-02 02:36:24 -07:00

Move dbconnect.sh to a script

Also update frontend README and booststrap start text
This commit is contained in:
Eggbertx 2022-02-05 14:17:24 -08:00
parent 03e74ea8a4
commit 9656b9f3d0
5 changed files with 21 additions and 17 deletions

View file

@ -15,5 +15,6 @@ Depending on your npm version, you may need to run this if you have the most up
sudo npm install -g n
sudo n latest
sudo npm install -g npm
hash -d npm
npm install
```