Skip to content

doc: remove brew tap installation instructions #560

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 2, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 2 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,31 +74,14 @@ For node version, check out [scaleway-cli-node](https://github.com/moul/scaleway

## Setup

We recommend to use the latest version, using:

:warning: Ensure you have a go version `>= 1.5`

```shell
GO15VENDOREXPERIMENT=1 go get -u github.com/scaleway/scaleway-cli/cmd/scw
```

or

```shell
brew tap scaleway/scaleway
brew install scaleway/scaleway/scw --HEAD
```

---

To install a release, checkout the [latest release page](https://github.com/scaleway/scaleway-cli/releases/latest).

Install the latest stable release on Mac OS X using [Homebrew](http://brew.sh):

```bash
brew install scw
```

All release artifacts are available on the [latest release page](https://github.com/scaleway/scaleway-cli/releases/latest).

Install the latest stable release on Mac OS X manually:

```bash
Expand Down