Skip to content

Commit c34f9aa

Browse files
Remove outdated choco install
1 parent 5aa1d9a commit c34f9aa

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

src/content/developer-tools/cli.mdx

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -69,28 +69,6 @@ brew upgrade cloudsmith-cli
6969

7070
For issues with the tap, please open a [GitHub issue](https://github.com/cloudsmith-io/homebrew-cloudsmith-cli/issues/new) or contact [support@cloudsmith.io](mailto:support@cloudsmith.io).
7171

72-
### Installing on Windows
73-
74-
The instructions below detail how to install the Cloudsmith CLI using [chocolatey](https://chocolatey.org/):
75-
76-
1. Click Start on your Windows machine and type “powershell“
77-
2. Right-click Windows Powershell and select to “Run as Administrator“
78-
3. To install chocolatey, type the following command into the Powershell terminal:
79-
80-
```powershell
81-
Set-ExecutionPolicy Bypass -Scope Process -Force; `
82-
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
83-
```
84-
85-
4. Close and reopen Powershell in Administrator mode.
86-
5. Install the cloudsmith cli using chocolately:
87-
88-
```powershell
89-
choco install python -y
90-
refreshenv
91-
choco install cloudsmith-cli --source python
92-
```
93-
9472
### Deploying the CLI containerized
9573

9674
Cloudsmith maintains a [Docker image for the Cloudsmith CLI](https://hub.docker.com/r/cloudsmith/cloudsmith-cli)⁠ built for use in CI/CD pipelines and automation environments.

0 commit comments

Comments
 (0)