Skip to content

Commit

Permalink
new version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 14, 2023
1 parent f08c069 commit e0363ee
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 e0363ee

Please sign in to comment.