From 59004cd4bb33fc1f7620a77cb4ee904272979118 Mon Sep 17 00:00:00 2001 From: Ralf Vogler Date: Thu, 31 Aug 2023 23:04:42 +0200 Subject: [PATCH] README: no docker updates: `git pull; npm install` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a5f7113..7cb4393 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Data (including json files with claimed games, codes to redeem, screenshots) is 2. Clone/download this repository and `cd` into it in a terminal 3. Run `npm install` 4. Run `pip install apprise` to install [apprise](https://github.com/caronc/apprise) if you want notifications +5. To get updates: `git pull; npm install` During `npm install` Playwright will download its Firefox to a cache in home ([doc](https://playwright.dev/docs/browsers#managing-browser-binaries)). If you are missing some dependencies for the browser on your system, you can use `sudo npx playwright install firefox --with-deps`.