From 1af4678fbef79a313f3aab2e9e2bbb609f3d6be2 Mon Sep 17 00:00:00 2001 From: Sacha Dujardin Date: Tue, 3 Dec 2024 00:09:53 +0100 Subject: [PATCH] docs(p2p/rework-ipfs): add github repo --- p2p/10.IPFS_or_HTTP/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 :