diff --git a/p2p/10.IPFS_or_HTTP/README.md b/p2p/10.IPFS_or_HTTP/README.md index 3034de24..4d8fc92a 100644 --- a/p2p/10.IPFS_or_HTTP/README.md +++ b/p2p/10.IPFS_or_HTTP/README.md @@ -27,7 +27,11 @@ Please follow each instruction on the [SETUP.md](SETUP.md) file. ### ✏️ 1.0 Discover the basics -Wanna launch the back-end? It's very simple, just execute the `./backend` binary. +Wanna launch the back-end? It's very simple, just run the container you pulled in the setup: + +``` +docker run -p 8080:8080 sacharbon/workshop-ipfs +``` you should have this log :