Skip to content

Commit 558e8e1

Browse files
authored
Fix manual installation step. (#37)
1 parent c74ab9a commit 558e8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For now, the installation process is a little manual:
2828

2929
- Install `rudy-lldb` from source: `cargo install rudy-lldb`.
3030
- 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`
31+
- Add Rudy to your `~/.lldbinit` file: `echo "command script import ~/.lldb/rudy_lldb.py" >> ~/.lldbinit`
3232

3333

3434
## Architecture

0 commit comments

Comments
 (0)