Commit fa69c924 authored by Steven Allen's avatar Steven Allen

doc: remove gmake instructions

This should now "just work". Calling `make` on non-linux platforms will invoke
`gmake` automatically and we now disable fuse on *bsd platforms.
parent d2a1ce3c
...@@ -164,12 +164,6 @@ $ cd go-ipfs ...@@ -164,12 +164,6 @@ $ cd go-ipfs
$ make install $ make install
``` ```
If you are building on a non-GNU system, use `gmake` in place of `make`.
Unsupported platforms (run `(g)make supported` for a list) will also need to set the `nofuse` gotag during build.
```
$ GOTAGS=nofuse (g)make install
```
#### Troubleshooting #### Troubleshooting
- Separate [instructions are available for building on Windows](docs/windows.md). - Separate [instructions are available for building on Windows](docs/windows.md).
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment