From 94c67bf7ff385c72e8f4a84733ea4bdd9451c176 Mon Sep 17 00:00:00 2001 From: Michael Lovci Date: Mon, 13 Apr 2015 17:42:27 -0300 Subject: [PATCH] Formatting README.md for readibility --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8f028fb5c..fa33d700d 100644 --- a/README.md +++ b/README.md @@ -104,10 +104,10 @@ Start a container running ipfs and expose ports 4001, 5001 and 8080: docker run -d --name ipfs_host -v $ipfs_staging:/export -v $ipfs_data:/root/.go-ipfs -p 8080:8080 -p 4001:4001 -p 5001:5001 jbenet/go-ipfs:latest -Wait for ipfs to start. ipfs is running when you see "Gateway -(readonly) server -listening on /ip4/0.0.0.0/tcp/8080" in the container logs (`docker logs -f -ipfs_host`) +Wait for ipfs to start. ipfs is running when you see: + + Gateway (readonly) server + listening on /ip4/0.0.0.0/tcp/8080" in the container logs (`docker logs -f ipfs_host`) Run ipfs commands: