rsocket / rsocket-cli

Command-line client for ReactiveSocket
Apache License 2.0
71 stars 22 forks source link

Support install from scoop on Windows #82

Open shpodg opened 4 years ago

shpodg commented 4 years ago

https://scoop.sh/

yschimke commented 4 years ago

https://github.com/lukesampson/scoop/wiki/Creating-an-app-manifest

yschimke commented 4 years ago

Testing https://gist.github.com/yschimke/3ae32fa5c7f324df5616e0bd433c36b9

yschimke commented 4 years ago

Working image

yschimke commented 4 years ago

image

yschimke commented 4 years ago

Windows

gh is available via scoop, Chocolatey, and as downloadable MSI. scoop

Install:

scoop bucket add github-gh https://github.com/cli/scoop-gh.git scoop install gh

Upgrade:

scoop update gh

Chocolatey

Install: Upgrade:
choco install gh choco upgrade gh