Skip to content

Commit bea048c

Browse files
committed
update README chromium -> firefox
1 parent 09b8671 commit bea048c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,22 @@ _Works on Windows/macOS/Linux._
1414
```
1515
docker 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`.
1718
Data is stored in the volume `fgc`.
1819

1920
<details>
2021
<summary>I want to run without Docker or develop locally.</summary>
2122

2223
1. [Install Node.js](https://nodejs.org/en/download)
2324
2. 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

3334
Login 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').
3435
After login, the script will just continue, but you can also restart it.

0 commit comments

Comments
 (0)