Skip to content

Commit

Permalink
docs: change order of login command in quick-start guide (#5193)
Browse files Browse the repository at this point in the history
  • Loading branch information
10ko authored Oct 5, 2023
1 parent ab79641 commit a4bb0e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/getting-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,16 @@ git clone https://github.com/garden-io/quickstart-example.git && cd quickstart-e

Now we can deploy the example project to an [ephemeral Kubernetes cluster](../guides/ephemeral-clusters.md) provided by Garden.

From inside the project directory, start the **dev console** by running:
From inside the project directory, log in to the Garden web dashboard by running the log in command from the dev console:

```sh
garden dev
garden login
```

Next, you need to log in to the Garden web dashboard by running the log in command from the dev console:
Next, start the **dev console** by running:

```sh
login
garden dev
```

Now you are ready to deploy, run:
Expand Down

0 comments on commit a4bb0e7

Please sign in to comment.