README: Don't bother cd-ing on install

pull/11/head
Grazfather 11 years ago
parent cbdbb3aaff
commit b2ffa2545c

@ -12,7 +12,7 @@ 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`: `cd pwndbg && echo "source $PWD/gdbinit.py" >> ~/.gdbinit`
2. Add to `~/.gdbinit`: `echo "source $PWD/pwndbg/gdbinit.py" >> ~/.gdbinit`
### Prerequisites

Loading…
Cancel
Save