Skip to content

Commit

Permalink
docs(p2p/rework-ipfs): add github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacharbon authored Dec 2, 2024
1 parent 5ab632f commit 1af4678
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion p2p/10.IPFS_or_HTTP/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :

Expand Down

0 comments on commit 1af4678

Please sign in to comment.