megalinter markdown

This commit is contained in:
Ralf Vogler 2025-05-24 15:34:00 +02:00
parent 0c5387729d
commit 6bd742351f
2 changed files with 33 additions and 33 deletions

View file

@ -2,12 +2,12 @@
## Code: how to create a pull request ## Code: how to create a pull request
1. Fork it ( https://github.com/vogler/free-games-claimer/fork ). 1. Fork it ( <https://github.com/vogler/free-games-claimer/fork> ).
1. Create your feature branch (`git checkout -b my-new-feature`). 1. Create your feature branch (`git checkout -b my-new-feature`).
1. Stage your files (`git add .`). 1. Stage your files (`git add .`).
1. Commit your changes (`git commit -am 'Add some feature'`). 1. Commit your changes (`git commit -am 'Add some feature'`).
1. Push to the branch (`git push origin my-new-feature`). 1. Push to the branch (`git push origin my-new-feature`).
1. Create a new pull request ( https://github.com/vogler/free-games-claimer/compare ). 1. Create a new pull request ( <https://github.com/vogler/free-games-claimer/compare> ).
## Building and publishing docker images ## Building and publishing docker images

View file

@ -50,7 +50,7 @@ If you don't want to use Docker for quasi-headless mode, you could run inside a
## Usage ## Usage
All scripts start an automated Firefox instance, either with the browser GUI shown or hidden (_headless mode_). By default, you won't see any browser open on your host system. All scripts start an automated Firefox instance, either with the browser GUI shown or hidden (_headless mode_). By default, you won't see any browser open on your host system.
- When running inside Docker, the browser will be shown only inside the container. You can open http://localhost:6080 to interact with the browser running inside the container via noVNC (or use other VNC clients on port 5900). - When running inside Docker, the browser will be shown only inside the container. You can open <http://localhost:6080> to interact with the browser running inside the container via noVNC (or use other VNC clients on port 5900).
- When running the scripts outside of Docker, the browser will be hidden by default; you can use `SHOW=1 ...` to show the UI (see options below). - When running the scripts outside of Docker, the browser will be hidden by default; you can use `SHOW=1 ...` to show the UI (see options below).
When running the first time, you have to login for each store you want to claim games on. When running the first time, you have to login for each store you want to claim games on.
@ -68,7 +68,7 @@ TODO: ~~On the first run, the script will guide you through configuration and sa
Available options/variables and their default values: Available options/variables and their default values:
| Option | Default | Description | | Option | Default | Description |
|-----------------|--------------|------------------------------------------------------------------------------| |----------------|--------------|------------------------------------------------------------------------------------------------------------------------------|
| SHOW | 1 | Show browser if 1. Default for Docker, not shown when running outside. | | SHOW | 1 | Show browser if 1. Default for Docker, not shown when running outside. |
| WIDTH | 1280 | Width of the opened browser (and of screen for VNC in Docker). | | WIDTH | 1280 | Width of the opened browser (and of screen for VNC in Docker). |
| HEIGHT | 1280 | Height of the opened browser (and of screen for VNC in Docker). | | HEIGHT | 1280 | Height of the opened browser (and of screen for VNC in Docker). |