diff --git a/docs/setup-systems.md b/docs/setup-systems.md index 613c477c..8f1f0fd7 100644 --- a/docs/setup-systems.md +++ b/docs/setup-systems.md @@ -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`: