From cd9aa45db67b958a611fa0207010c6f5a2ee360a Mon Sep 17 00:00:00 2001 From: Legonzaur Date: Fri, 16 Jun 2023 22:36:01 +0200 Subject: [PATCH] update readme installation instructions --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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