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.
Steven Allen committed
Aug 29, 2019 at 14:59 UTC
fa69c9245099cadd8147877dc9b13dfadb6745e3
1 file changed
-6
README.md
-6
@@ -164,12 +164,6 @@ $ cd go-ipfs
164
$ make install
165
```
166
167
-If you are building on a non-GNU system, use `gmake` in place of `make`.
168
-Unsupported platforms (run `(g)make supported` for a list) will also need to set the `nofuse` gotag during build.
169
-```
170
-$ GOTAGS=nofuse (g)make install
171
-```
172
-
167
#### Troubleshooting
168
169
- Separate [instructions are available for building on Windows](docs/windows.md).