Skip to content

Commit

Permalink
docs: update README to work with non-core examples (flyteorg#363)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Mannion <[email protected]>
Signed-off-by: Yee Hing Tong <[email protected]>
  • Loading branch information
tekumara authored Aug 16, 2021
1 parent 871a714 commit 41dc7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Here are the setup instructions to start contributing to `flytesnacks` repo:
* Run the `make start` command in the root directory of the flytesnacks repo
* Visit https://localhost:30081 to view the Flyte console consisting of the examples present in flytesnacks/cookbook/core directory
* To fetch new dependencies and rebuild the image, run `make register`
* If examples from a different directory (other than `core`) have to registered, run the command `SANDBOX=1 make -C <directory> register` in the `flytesnacks` repo.
* If examples from a different directory (other than `core`) have to registered, enter the sandbox first: `make shell` and then run `make -C <directory> register`.

### 📝 Contribute to documentation

Expand Down

0 comments on commit 41dc7e0

Please sign in to comment.