update readme installation instructions

This commit is contained in:
2023-06-16 22:36:01 +02:00
parent 6e9a087f9d
commit cd9aa45db6
+5 -3
View File
@@ -13,7 +13,9 @@ cp ./src/config.json.example ./src/config.json
edit the config.json file to match your settings edit the config.json file to match your settings
```bash ```bash
npm i npm i --omit=dev
cd goobot npm i typescript
cp ./src/config.json.example ./src/config.json npm run build
npm run sync
npm run start
``` ```