Skip to content

Commit

Permalink
Merge pull request rdavydov#415 from ARui-TW/master
Browse files Browse the repository at this point in the history
Fix typo on README.md
  • Loading branch information
Tkd-Alex authored Feb 26, 2022
2 parents 6994b78 + 5c75942 commit d89cb40
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 @@ -347,7 +347,7 @@ docker run \
tkdalex/twitch-channel-points-miner-v2
```

`$(pwd)` Could not work on Windows (cmd), please us the absolute path instead, like: `/path/of/your/cookies:/usr/src/app/cookies`.
`$(pwd)` Could not work on Windows (cmd), please use the absolute path instead, like: `/path/of/your/cookies:/usr/src/app/cookies`.
If you don't mount the volume for the analytics (or cookies or logs) folder, the folder will be automatically created on the Docker container, and you will lose all the data when it is stopped.
If you don't have a cookie or It's your first time running the script, you will need to login to Twitch and start the container with `-it` args. If you need to run multiple containers you can bind different ports (only if you need also the analytics) and mount dirrent run.py file, like
```sh
Expand Down

0 comments on commit d89cb40

Please sign in to comment.