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 Sep 22, 2023
1 parent b73a1c5 commit ffefd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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.5.7 "make -e >/dataset/make.log 2>&1"
yegor256/cam:0.5.9 "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 ffefd9d

Please sign in to comment.