Skip to content

Commit d69b350

Browse files
ThorErikreversTeam
authored andcommitted
Add reference to Chocolatey package (#551)
This PR adds information regarding the automatically built Chocolatey package for Windows users. I've updated the chocolatey package to automatically update the package, so I think it's ready for prime time
1 parent ea013f8 commit d69b350

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,15 @@ dpkg -i /tmp/scw.deb && rm -f /tmp/scw.deb
125125
scw version
126126
```
127127

128+
Install the latest release on Windows with [Chocolatey](https://chocolatey.org) ([Automatically built](https://chocolatey.org/packages/scaleway-cli/)):
129+
130+
```powershell
131+
# Install latest version
132+
choco install scaleway-cli
133+
134+
# test
135+
scw version
136+
```
128137

129138
### Requirements
130139

0 commit comments

Comments
 (0)