Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bonnieking authored Oct 11, 2023
1 parent c222855 commit dc3dedd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,18 @@ make create-pocketdune-cluster

## setup your path


The utilities this workflow installs can be added to your `$PATH` via `eval $(make env)`.

```
eval $(make env)
```

Select the workflow you desire from the output of `make help`. Odds are it is `make recreate-pocketdune-cluster`.
## deploy all services

The utilities this workflow installs can be added to your `$PATH` via `eval $(make env)`.
```
kluctl deploy pocket
```

### Security

Expand Down

0 comments on commit dc3dedd

Please sign in to comment.