File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,21 +14,22 @@ _Works on Windows/macOS/Linux._
1414```
1515docker run --rm -it -p 6080:6080 -v fgc:/fgc/data ghcr.io/vogler/free-games-claimer
1616```
17+ which will run ` epic-games ` and then ` prime-gaming ` .
1718Data is stored in the volume ` fgc ` .
1819
1920<details >
2021 <summary >I want to run without Docker or develop locally.</summary >
2122
22231 . [ Install Node.js] ( https://nodejs.org/en/download )
23242 . Clone/download this repository and ` cd ` into it in a terminal
24- 3 . Run ` npm install && npx playwright install chromium `
25+ 3 . Run ` npm install && npx playwright install firefox `
2526
26- This downloads Chromium to a cache in home ([ doc] ( https://playwright.dev/docs/browsers#managing-browser-binaries ) ).
27- If you are missing some dependencies for the browser on your system, you can use ` sudo npx playwright install chromium --with-deps ` .
27+ This downloads Firefox to a cache in home ([ doc] ( https://playwright.dev/docs/browsers#managing-browser-binaries ) ).
28+ If you are missing some dependencies for the browser on your system, you can use ` sudo npx playwright install firefox --with-deps ` .
2829</details >
2930
3031## Usage
31- Both scripts start an automated Chromium instance, either with the browser GUI shown or hidden (* headless mode* ).
32+ Both scripts start an automated Firefox instance, either with the browser GUI shown or hidden (* headless mode* ).
3233
3334Login has to be done in the browser. It's hard to automate since you usually need to enter some OTP (but you can select 'remember this device').
3435After login, the script will just continue, but you can also restart it.
You can’t perform that action at this time.
0 commit comments