Skip to content

Commit

Permalink
Merge pull request #111 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 14, 2023
2 parents f08c069 + e0363ee commit c0db44e
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.6.10 "make -e >/dataset/make.log 2>&1"
yegor256/cam:0.7.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 c0db44e

Please sign in to comment.