Skip to content

Commit

Permalink
update the command for changing directory (#3574)
Browse files Browse the repository at this point in the history
This fixes the command to change the directory to skaffold/examples/getting-started after cloning from git skaffold repository
syed-awais-ali authored and dgageot committed Jan 24, 2020
1 parent f611402 commit 374cf77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/en/docs/quickstart/_index.md
Original file line number Diff line number Diff line change
@@ -39,10 +39,10 @@ If you want to deploy against a different Kubernetes cluster, e.g. Kind, GKE clu
git clone https://github.com/GoogleContainerTools/skaffold
```

1. Change to the `examples/getting-started` directory.
1. Change to the `examples/getting-started` in skaffold directory.

```bash
cd examples/getting-started
cd skaffold/examples/getting-started
```

## `skaffold dev`: continuous build & deploy on code changes

0 comments on commit 374cf77

Please sign in to comment.