From b2ffa2545c01ee2c16bd7e004fa31970b0a3288e Mon Sep 17 00:00:00 2001 From: Grazfather Date: Thu, 14 May 2015 15:18:34 -0700 Subject: [PATCH] README: Don't bother cd-ing on install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f5f2fb29..7485a3dfa 100644 --- a/README.md +++ b/README.md @@ -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