Skip to content

Commit

Permalink
docs(deploy): fix grove command (#11689)
Browse files Browse the repository at this point in the history
Fixes an incorrect command.
  • Loading branch information
Josh-Walker-GM authored Oct 9, 2024
1 parent b0a04d8 commit 1d08943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/tutorial/chapter4/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1d08943

Please sign in to comment.