diff --git a/docs/packaging/windows-chocolatey/README.md b/docs/packaging/windows-chocolatey/README.md index ff18b536..588fd7e7 100644 --- a/docs/packaging/windows-chocolatey/README.md +++ b/docs/packaging/windows-chocolatey/README.md @@ -17,7 +17,7 @@ After having successfully [built and tested](#hacking) the package, push it: ```bash # Replace 2.5.0 with the correct version -choco push httpie.2.5.0.nupkg -s https://push.chocolatey.org/ +choco push httpie.2.5.0.nupkg -s https://push.chocolatey.org/ --api-key=API_KEY ``` ## Hacking