Skip to content

Commit

Permalink
Update brew command in README (--cask)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergiu Puscas authored and Sergiu Puscas committed Apr 28, 2021
1 parent 6ec5dc8 commit 1260b66
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 @@ -27,7 +27,7 @@ $ rustup update stable
On Mac OSX, GCSF requires [osxfuse](https://osxfuse.github.io/) and [pkg-config](http://macappstore.org/pkg-config/):

```bash
$ brew update; brew install pkg-config; brew tap homebrew/cask; brew cask install osxfuse
$ brew update; brew install pkg-config; brew tap homebrew/cask; brew install --cask osxfuse
```

#### Ubuntu
Expand Down

0 comments on commit 1260b66

Please sign in to comment.