Merge pull request #392 from fnproject/mjg123-patch-1

Update README to point people away from brew
This commit is contained in:
Matthew Gilliard
2017-10-04 12:28:48 +01:00
committed by GitHub

View File

@@ -30,15 +30,7 @@ platform that you can run anywhere. Some of it's key features:
The command line tool isn't required, but it sure makes things a lot easier. There are a few options to install it:
#### 1. Homebrew - MacOS
If you're on a Mac and use [Homebrew](https://brew.sh/), this one is for you:
```sh
brew install fn
```
#### 2. Shell script
#### Shell script
This one works on Linux and MacOS (partially on Windows):
@@ -48,7 +40,7 @@ curl -LSs https://raw.githubusercontent.com/fnproject/cli/master/install | sh
This will download a shell script and execute it. If the script asks for a password, that is because it invokes sudo.
#### 3. Download the bin
#### Download the bin
Head over to our [releases](https://github.com/fnproject/cli/releases) and download it.