Skip to content
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

docs(setup-systems): remove Chocolatey from Windows setup options #870

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
15 changes: 1 addition & 14 deletions docs/setup-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ Clever Cloud CLI is based on Node.js. We thought it to be easily available on an
- [Homebrew](/docs/setup-systems.md#homebrew)
- [Binary (.tar.gz)](/docs/setup-systems.md#binary-zip)
- [Windows](/docs/setup-systems.md#windows)
- [Chocolatey](/docs/setup-systems.md#chocolatey)
- [Binary (.zip)](/docs/setup-systems.md#binary-zip)
- [Docker](/docs/setup-systems.md#docker)
- [Nix package manager](/docs/setup-systems.md#nix-package-manager)

Expand Down Expand Up @@ -106,18 +104,7 @@ cp clever-tools-latest_macos/clever ~/.local/bin/

## Windows

### Chocolatey

If you use Windows and you have [Chocolatey](https://chocolatey.org) installed, run:

```
choco sources add -n=clevercloud -s='https://nexus.clever-cloud.com/repository/nupkg/'
choco install clever-tools
```

### Binary (.zip)

If you use Windows, but you don't have [Chocolatey](https://chocolatey.org) installed, download the `.zip` archive and extract the binary in your `PATH`:
Download the `.zip` archive and extract the binary in your `PATH`:

```PowerShell
Invoke-WebRequest https://clever-tools.clever-cloud.com/releases/latest/clever-tools-latest_win.zip -OutFile clever-tools-latest_win.zip
Expand Down
Loading