From 2f1721c757143c600ac7c87bb51e047590c323ff Mon Sep 17 00:00:00 2001 From: Matthew Gilliard Date: Wed, 4 Oct 2017 10:47:25 +0100 Subject: [PATCH] Update README to point people away from brew Workaround for https://github.com/fnproject/fn/issues/391 --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ac897f673..4ae4f5a45 100644 --- a/README.md +++ b/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.