Skip to content

Commit

Permalink
docs(setup-systems): remove Chocolatey from Windows setup options
Browse files Browse the repository at this point in the history
Fixes #869
  • Loading branch information
florian-sanders-cc committed Dec 19, 2024
1 parent fed085e commit 6dba551
Showing 1 changed file with 1 addition and 14 deletions.
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

0 comments on commit 6dba551

Please sign in to comment.