diff --git a/README.md b/README.md index 2c7d281d3..857276c8b 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,10 @@ Best supported on Ubuntu 14.04 with default `gdb` or `gdb-multiarch` (e.g. with ## Installation -1. Clone the repo: `git clone https://github.com/zachriggle/pwndbg` -2. Add to `~/.gdbinit`: `echo "source $PWD/pwndbg/gdbinit.py" >> ~/.gdbinit` +```sh +git clone https://github.com/zachriggle/pwndbg +echo "source $PWD/pwndbg/gdbinit.py" >> ~/.gdbinit +``` ### Prerequisites