Commit 82d21938 authored by Gyanendra Mishra's avatar Gyanendra Mishra Committed by GitHub

Update README.md

parent 282dcf81
......@@ -180,10 +180,10 @@ Then, run the dev loop:
1. Make your code changes
1. Rebuild and re-run the package by running the following from the root of the repo:
```bash
kurtosis run . --args "{}"
kurtosis run . "{}"
```
NOTE 1: You can change the value of the `--args` flag to pass in extra configuration to the package per the "Configuration" section above!
NOTE 2: The `--args` flag accepts JSON.
NOTE 1: You can change the value of the second positional argument flag to pass in extra configuration to the package per the "Configuration" section above!
NOTE 2: The second positional argument accepts JSON.
To get detailed information about the structure of the package, visit [the architecture docs](./docs/architecture.md).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment