From fa69c9245099cadd8147877dc9b13dfadb6745e3 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Thu, 29 Aug 2019 14:59:34 -0700 Subject: [PATCH] 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. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 2ed768e3da1..29890236e0e 100644 --- a/README.md +++ b/README.md @@ -164,12 +164,6 @@ $ cd go-ipfs $ 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 - Separate [instructions are available for building on Windows](docs/windows.md).