diff options
Diffstat (limited to 'docs/en/developers/02_First_steps.md')
| -rw-r--r-- | docs/en/developers/02_First_steps.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/en/developers/02_First_steps.md b/docs/en/developers/02_First_steps.md index bc6361167..87c64ee2f 100644 --- a/docs/en/developers/02_First_steps.md +++ b/docs/en/developers/02_First_steps.md @@ -40,7 +40,7 @@ If you’re interested in the configuration, the `make` commands are defined in If you need to use a different tag image (default is `alpine`), you can set the `TAG` environment variable: ```sh -TAG=arm make start +TAG=alpine make start ``` You can find the full list of available tags [on the Docker hub](https://hub.docker.com/r/freshrss/freshrss/tags). @@ -49,11 +49,9 @@ If you want to build the Docker image yourself, you can use the following comman ```sh make build -# or -TAG=arm make build ``` -The `TAG` variable can be anything (e.g. `local`). You can target a specific architecture by adding `-alpine` or `-arm` at the end of the tag (e.g. `local-arm`). +The `TAG` variable can be anything (e.g. `local`). You can target a specific architecture by adding `-alpine` at the end of the tag (e.g. `local-alpine`). ## Project architecture |
