Skip to content

Commit

Permalink
docs: update usage example (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola authored Jun 27, 2024
1 parent 44d36fb commit dcc5080
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ To setup a development environment, make sure you installed the following tools:
2. Deploy the development cluster:

```sh
make -C dev up
make -C example up
```

3. Load the generated configuration to access the development cluster:

```sh
source files/env.sh
source example/files/env.sh
```

4. Check that the development cluster is healthy:
Expand All @@ -38,5 +38,5 @@ kubectl get nodes -o wide
⚠️ Do not forget to clean up the development cluster once are finished:

```sh
make -C dev down
make -C example down
```

0 comments on commit dcc5080

Please sign in to comment.