Skip to content

Commit

Permalink
Adding in YOUR_ACCOUNT_ID for readme on how to build (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
i3149 authored Jun 5, 2024
1 parent da6649e commit 560767f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ make && make test

# Build Docker Image:

To build and use a Docker image, you must specify `MAXMIND_LICENSE_KEY` as a build arg:
To build and use a Docker image, you must specify `MAXMIND_LICENSE_KEY` and `YOUR_ACCOUNT_ID` as build args:

```bash
docker build --build-arg MAXMIND_LICENSE_KEY=xxxxx -t ktranslate:v2 .
docker build --build-arg YOUR_ACCOUNT_ID=xxxxx --build-arg MAXMIND_LICENSE_KEY=xxxxx -t ktranslate:v2 .
```

To get your own MaxMind key, visit [MaxMind](https://www.maxmind.com).
Expand Down

0 comments on commit 560767f

Please sign in to comment.