Skip to content

Commit

Permalink
Pipe mac-build.sh to bash (filecoin-project#4168)
Browse files Browse the repository at this point in the history
As written, running the curl command just prints to stdout.

Co-authored-by: ZenGround0 <[email protected]>
  • Loading branch information
Maurelian and ZenGround0 authored Jun 12, 2020
1 parent efe363c commit 1583fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ A mining node requires significant RAM and GPU resources, depending on the secto

### Install from Source on MacOS
```sh
curl -fsSL https://raw.githubusercontent.com/filecoin-project/go-filecoin/master/scripts/build/mac-build.sh
curl -fsSL https://raw.githubusercontent.com/filecoin-project/go-filecoin/master/scripts/build/mac-build.sh | bash
```

### Install from Source
Expand Down

0 comments on commit 1583fe3

Please sign in to comment.