From 1d08943d0f0116dc153427d3c57fd97dc2d6ef20 Mon Sep 17 00:00:00 2001 From: Josh GM Walker <56300765+Josh-Walker-GM@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:48:54 +0100 Subject: [PATCH] docs(deploy): fix grove command (#11689) Fixes an incorrect command. --- docs/docs/tutorial/chapter4/deployment.md | 2 +- docs/versioned_docs/version-8.3/tutorial/chapter4/deployment.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/tutorial/chapter4/deployment.md b/docs/docs/tutorial/chapter4/deployment.md index 3e039a247fa4..19a3cf6771e5 100644 --- a/docs/docs/tutorial/chapter4/deployment.md +++ b/docs/docs/tutorial/chapter4/deployment.md @@ -32,7 +32,7 @@ Grove is currently under development and is not meant to your production-ready a You'll only need to do this once, and then you'll have the `grove` CLI command and can deploy any Redwood app directly from your development machine: ```bash -curl -L https://install.grove.dev | sh +curl -L https://grove.dev/install.sh | sh ``` That will download a simple bash script and then run it, installing the Grove CLI tool, which is written in Go. diff --git a/docs/versioned_docs/version-8.3/tutorial/chapter4/deployment.md b/docs/versioned_docs/version-8.3/tutorial/chapter4/deployment.md index 3e039a247fa4..19a3cf6771e5 100644 --- a/docs/versioned_docs/version-8.3/tutorial/chapter4/deployment.md +++ b/docs/versioned_docs/version-8.3/tutorial/chapter4/deployment.md @@ -32,7 +32,7 @@ Grove is currently under development and is not meant to your production-ready a You'll only need to do this once, and then you'll have the `grove` CLI command and can deploy any Redwood app directly from your development machine: ```bash -curl -L https://install.grove.dev | sh +curl -L https://grove.dev/install.sh | sh ``` That will download a simple bash script and then run it, installing the Grove CLI tool, which is written in Go.