diff --git a/README.md b/README.md index 4138092..6c82d13 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ cp ./src/config.json.example ./src/config.json edit the config.json file to match your settings ```bash -npm i -cd goobot -cp ./src/config.json.example ./src/config.json +npm i --omit=dev +npm i typescript +npm run build +npm run sync +npm run start ``` \ No newline at end of file