From a0d8603435e2d0b1d7061479bc1dfa1757e873a6 Mon Sep 17 00:00:00 2001 From: Louis Grasset Date: Mon, 14 Aug 2023 22:35:53 +0200 Subject: [PATCH] docs: enhance readme (#8) --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aaefc35..67f8246 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ git pull git@github.com:louisgrasset/touitomamout.git **Install** dependencies & build the project ```bash -npm run ci && npm run build +npm ci && npm run build ``` ## Configuration Touitomamout relies on two APIs: @@ -83,7 +83,10 @@ npm run deploy Your instance will be removed and will be generated again with the latest codebase. Your `cache.instance.json` file is kept, so you won't have duplicated toots. ```bash -npm run ci && +npm ci && npm run build && npm run deploy:update ``` + +### Docker +You can alternatively rely on docker and use the `docker-compose.yml` file.