diff --git a/p2p/10.IPFS_or_HTTP/SETUP.md b/p2p/10.IPFS_or_HTTP/SETUP.md index b2815e07..3f2b99cb 100644 --- a/p2p/10.IPFS_or_HTTP/SETUP.md +++ b/p2p/10.IPFS_or_HTTP/SETUP.md @@ -2,6 +2,12 @@ In order to launch our image platform, you have to download Docker and Bun. +* [Docker](https://docs.docker.com/get-started/get-docker/) + Once docker is downloaded, type + ```bash + docker pull sacharbon/workshop-ipfs + ``` + * [Bun](https://bun.sh/) [Go back to the exercise](README.md#step-1---http)