Skip to content

Commit

Permalink
recommend scoop
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool authored Jan 4, 2024
1 parent da76de4 commit daa02cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion getting-started/geode-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Geode SDK has its own command line utility program to aid in many tasks invo
* [MacOS](#macos)

## Windows
If you have [scoop](https://scoop.sh/) you can easily install the cli by doing:
(Recommended) If you have [scoop](https://scoop.sh/) you can easily install the cli by doing:
```bash
scoop install https://geode-sdk.org/geode-sdk-cli.json
```
Expand Down
6 changes: 4 additions & 2 deletions getting-started/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ You will need to manually update your local SDK every once in a while, which you
geode sdk update
```

<!-- TODO: -->
do you need to run install-binaries after this? i forgot
Every time you update the SDK, you should update its prebuilt binaries too.
```bash
geode sdk install-binaries
```

---

Expand Down

0 comments on commit daa02cd

Please sign in to comment.