Skip to content

Commit fb99aea

Browse files
committed
Update README for bootstrap node docker
1 parent 0a277b5 commit fb99aea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

other/bootstrap_daemon/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,10 @@ sudo grep "tox-bootstrapd" /var/log/syslog
216216

217217
### Setting up
218218

219-
If you are familiar with Docker and would rather run the daemon in a Docker container, you may download the latest official docker image. Check the GitHub [releases](https://github.com/TokTok/c-toxcore/releases) page for the latest version (e.g. v0.2.11), and run:
219+
If you are familiar with Docker and would rather run the daemon in a Docker container, you may download the latest official docker image. To download the latest image run:
220220

221221
```sh
222-
docker pull toxchat/bootstrap-node:0.2.11
222+
docker pull toxchat/bootstrap-node:latest
223223
docker run --rm -it --entrypoint=sha256sum toxchat/bootstrap-node:latest /usr/local/bin/tox-bootstrapd
224224
```
225225

0 commit comments

Comments
 (0)