From daa02cdaf5fc9466298bd0e36cc6d32c3b04cde4 Mon Sep 17 00:00:00 2001 From: mat <26722564+matcool@users.noreply.github.com> Date: Wed, 3 Jan 2024 21:27:53 -0300 Subject: [PATCH] recommend scoop --- getting-started/geode-cli.md | 2 +- getting-started/sdk.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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 +``` ---