1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 01:12:24 +08:00

Added quotes around make install,

reworded

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
This commit is contained in:
Richard Littauer
2016-02-06 17:27:52 -05:00
parent 455a785865
commit 7b1aa49c75

View File

@ -85,10 +85,10 @@ $ make install
Tip:
If the `make install` hangs while fetching dependencies, ensure that if you are
running a daemon locally, that it is on at least version 0.4.0-dev. If you don't
have a build that is new enough, run the make install with your daemon turned off
and the deps will be fetched through the ipfs.io gateways.
If the `make install` hangs while fetching dependencies and if you are
running a daemon locally, ensure that it is on at least version 0.4.0-dev. If
you don't have a build that is new enough, run the `make install` with your
daemon turned off and the deps will be fetched through the ipfs.io gateways.
NOTES: