1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-25 03:32:50 +08:00

README: points to Windows doc

License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
This commit is contained in:
Christian Couder
2016-05-16 06:37:45 +02:00
parent b0b4a57357
commit 12cdbe6cdd

View File

@ -90,6 +90,7 @@ $ make install
#### Troubleshooting #### Troubleshooting
* Separate [instructions are available for building on Windows](docs/windows.md).
* `git` is required in order for `go get` to fetch all dependencies. * `git` is required in order for `go get` to fetch all dependencies.
* Package managers often contain out-of-date `golang` packages. * Package managers often contain out-of-date `golang` packages.
Ensure that `go version` reports at least 1.5.2. See above for how to install go. Ensure that `go version` reports at least 1.5.2. See above for how to install go.