mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Merge pull request #392 from fnproject/mjg123-patch-1
Update README to point people away from brew
This commit is contained in:
12
README.md
12
README.md
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user