Skip to content

Commit

Permalink
docs(setup-systems): update chocolatey instructions
Browse files Browse the repository at this point in the history
Fixes #869
  • Loading branch information
davlgd committed Mar 5, 2025
1 parent fed085e commit f5d2768
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/setup-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,12 @@ If you use Windows and you have [Chocolatey](https://chocolatey.org) installed,

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

We need to disable `usePackageRepositoryOptimizations` feature because of [an incompatibility](https://github.com/chocolatey/choco/issues/3506) between Chocolatey and Nexus.

### 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`:
Expand Down

0 comments on commit f5d2768

Please sign in to comment.