Update README.md

This commit is contained in:
Zach Riggle 2015-05-19 17:09:11 -04:00
parent b376025f2b
commit 2b74c8d5f0
1 changed files with 4 additions and 2 deletions

View File

@ -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