Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ Developing commands, whether for local use or contributing to `Chisel` directly,
3. Execute _command source ~/.lldbinit_ in `LLDB` to source the commands
4. Run the command you are working on
5. Modify the command
6. Repeat steps 3-5 until the command becomes a source of happiness
6. Optionally run `script reload(modulename)`
7. Repeat steps 3-6 until the command becomes a source of happiness

## Contributing
Please contribute any generic commands that you make. If it helps you then it will likely help many others! :D See `CONTRIBUTING.md` to learn how to contribute.
Expand Down