Formatting README.md for readibility
Michael Lovci committed
Apr 13, 2015 at 17:42 UTC
94c67bf7ff385c72e8f4a84733ea4bdd9451c176
1 file changed
+4
-4
README.md
+4
-4
@@ -104,10 +104,10 @@ Start a container running ipfs and expose ports 4001, 5001 and 8080:
104
105
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
106
107
-Wait for ipfs to start. ipfs is running when you see "Gateway
108
-(readonly) server
109
-listening on /ip4/0.0.0.0/tcp/8080" in the container logs (`docker logs -f
110
-ipfs_host`)
107
+Wait for ipfs to start. ipfs is running when you see:
108
+
109
+ Gateway (readonly) server
110
+ listening on /ip4/0.0.0.0/tcp/8080" in the container logs (`docker logs -f ipfs_host`)
111
112
Run ipfs commands:
113