Skip to content

Commit

Permalink
Merge pull request #117 from yegor256/version-up
Browse files Browse the repository at this point in the history
New version in README
  • Loading branch information
yegor256 committed Oct 22, 2023
2 parents da571b0 + 7dcc8cf commit 984f8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -41,7 +41,7 @@ your [personal access token](https://docs.github.com/en/github/authenticating-to
```bash
$ docker run --detach --name=cam --rm --volume "$(pwd):/dataset" \
-e "TOKEN=XXX" -e "TOTAL=1000" -e "TARGET=/dataset" \
yegor256/cam:0.7.1 "make -e >/dataset/make.log 2>&1"
yegor256/cam:0.8.0 "make -e >/dataset/make.log 2>&1"
```

This command will create a new Docker container, running in the background.
Expand Down

0 comments on commit 984f8ab

Please sign in to comment.