Skip to content

Commit

Permalink
update command to flytectl demo start
Browse files Browse the repository at this point in the history
Signed-off-by: Niels Bantilan <[email protected]>
  • Loading branch information
cosmicBboy authored Dec 23, 2022
1 parent a3024bb commit 752f9cb
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 @@ -31,13 +31,13 @@ steps:
- run: flytectl --help
```
## Getting started Examle
## Getting started Example
```bash
steps:
- uses: actions/checkout@v2
- uses: unionai-oss/flytectl-setup-action@master
- name: Setup sandbox cluster
run: flytectl sandbox start
- name: Setup demo cluster
run: flytectl demo start
- name: Setup flytectl config
run: flytectl config init
- name: Register Core example
Expand Down

0 comments on commit 752f9cb

Please sign in to comment.