From b3b8865e892127e008ecce76b5374e858b83458f Mon Sep 17 00:00:00 2001 From: David Legrand <1110600+davlgd@users.noreply.github.com> Date: Wed, 5 Mar 2025 18:34:59 +0100 Subject: [PATCH] docs(setup-systems): update chocolatey instructions Fixes #869 --- docs/setup-systems.md | 3 +++ 1 file changed, 3 insertions(+) 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`: