diff --git a/README.md b/README.md index 08256db..9672658 100644 --- a/README.md +++ b/README.md @@ -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.