diff --git a/README.md b/README.md index a91689d9..dea2739d 100644 --- a/README.md +++ b/README.md @@ -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.