Skip to content

Commit

Permalink
Merge pull request #6614 from ipfs/doc/remove-gmake-instructions
Browse files Browse the repository at this point in the history
doc: remove gmake instructions
  • Loading branch information
Stebalien committed Aug 29, 2019
2 parents d2a1ce3 + fa69c92 commit 2bf56b7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 2bf56b7

Please sign in to comment.