From 54669ff7fbe0df46a77ab810afcf0c20c35888a3 Mon Sep 17 00:00:00 2001 From: gurusai-voleti Date: Mon, 16 Feb 2026 13:45:42 +0000 Subject: [PATCH] chore: Migrate gsutil usage to gcloud storage --- custom_nodes/DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_nodes/DEVELOPMENT.md b/custom_nodes/DEVELOPMENT.md index 3dfe506..0c5717f 100644 --- a/custom_nodes/DEVELOPMENT.md +++ b/custom_nodes/DEVELOPMENT.md @@ -55,7 +55,7 @@ Run `turbo dev` to run an auto-updating devserver on port 8080. See [the devserv ### Setup for GCP -1. Install `gsutil` +1. Install `gcloud` 2. Run `gcloud auth login` 3. Run `gcloud config set project learnjs-174218` to set the project.