Added quotes around make install, reworded
Added quotes around make install, reworded License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
Richard Littauer committed
Feb 6, 2016 at 17:27 UTC
7b1aa49c753528fe426cf03cbb05a19c5560cfea
1 file changed
+4
-4
README.md
+4
-4
@@ -85,10 +85,10 @@ $ make install
85
86
Tip:
87
88
-If the `make install` hangs while fetching dependencies, ensure that if you are
89
-running a daemon locally, that it is on at least version 0.4.0-dev. If you don't
90
-have a build that is new enough, run the make install with your daemon turned off
91
-and the deps will be fetched through the ipfs.io gateways.
88
+If the `make install` hangs while fetching dependencies and if you are
89
+running a daemon locally, ensure that it is on at least version 0.4.0-dev. If
90
+you don't have a build that is new enough, run the `make install` with your
91
+daemon turned off and the deps will be fetched through the ipfs.io gateways.
92
93
NOTES:
94