diff --git a/getting-started/geode-cli.md b/getting-started/geode-cli.md index 4fd7874..8caee23 100644 --- a/getting-started/geode-cli.md +++ b/getting-started/geode-cli.md @@ -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 ``` diff --git a/getting-started/sdk.md b/getting-started/sdk.md index 9c2961f..27a3cbe 100644 --- a/getting-started/sdk.md +++ b/getting-started/sdk.md @@ -32,8 +32,10 @@ You will need to manually update your local SDK every once in a while, which you geode sdk update ``` - -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 +``` ---