Skip to content

Commit

Permalink
update cli instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool authored Feb 19, 2024
1 parent d420f77 commit a494313
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions getting-started/geode-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,35 @@ The Geode SDK has its own command line utility program to aid in many tasks invo
* [Linux](#linux)

## Windows
(Recommended) You can use [scoop](https://scoop.sh/) to easily install the cli by doing:

### scoop
You can use [scoop](https://scoop.sh/) to easily install the cli by doing:
```bash
scoop bucket add extras
scoop install geode-sdk-cli
```
In the future you can easily update the cli by doing:
```bash
scoop install https://geode-sdk.org/geode-sdk-cli.json
scoop update geode-sdk-cli
```

If you don't have scoop, you can follow the installation instructions on their page:
[https://scoop.sh](https://scoop.sh)

### winget
We are also on [winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/), so to install the cli you can do:
```bash
winget install GeodeSDK.GeodeCLI
```
In the future you can easily update the cli by doing:
```bash
winget upgrade GeodeSDK.GeodeCLI
```


---

Otherwise, you can manually install it by:
(Not Recommended :c) Otherwise, you can manually install it by:
1. Download the latest windows release over at [GitHub](https://github.com/geode-sdk/cli/releases/latest)
1. Extract the `geode.exe` into some folder on your computer
1. Select the CLI executable in File Explorer, Shift + Right-Click it and select `Copy as Path`
Expand Down

0 comments on commit a494313

Please sign in to comment.