@@ -125,6 +125,12 @@ This will install required `asdf`/`rtx` plugins, and install the correct version
Note that after pulling changes to the repository, you may sometimes need to re-run `./scripts/install-asdf-plugins.sh` to update your locally installed plugins and tool-versions.
### Step 3: (Optional) Install gcloud tool
This is currently only needed if you're working on the Google Cloud Platform part of Dedicated.
The `gcloud` tool cannot be installed via `rtx` on MacOS due to a [bug in rtx](https://github.com/jdx/rtx/issues/881), so it is not part of the setup above. Instead follow [Google's official instructions for your platform](https://cloud.google.com/sdk/docs/install), say `n` to sending statistics to Google, say `n` to installing Python, say `y` to sourcing the path in your shell.
## Updating Tool Versions
We use CI checks to ensure that tool versions used in GitLab-CI and on developer instances don't go out of sync.