We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74ab9a commit 558e8e1Copy full SHA for 558e8e1
README.md
@@ -28,7 +28,7 @@ For now, the installation process is a little manual:
28
29
- Install `rudy-lldb` from source: `cargo install rudy-lldb`.
30
- Download the Rudy LLDB client: `curl https://raw.githubusercontent.com/samscott89/rudy/refs/heads/main/rudy-lldb/python/rudy_lldb.py -o ~/.lldb/rudy_lldb.py`
31
-- Add Rudy to your `~/.lldbinit` file: `cat "command script import ~/.lldb/rudy_lldb.py" >> ~/.lldbinit`
+- Add Rudy to your `~/.lldbinit` file: `echo "command script import ~/.lldb/rudy_lldb.py" >> ~/.lldbinit`
32
33
34
## Architecture
0 commit comments