From 7c5bf68c6b3cd3dc61debc005e7c1f8995fa03ad Mon Sep 17 00:00:00 2001 From: Mat Kelly Date: Thu, 14 May 2015 13:32:00 -0400 Subject: [PATCH] Added change directory command to samples and tests Without this additional command, the subsequent commands won't run for the naive user. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f8e66a2a..94c75e79 100644 --- a/README.rst +++ b/README.rst @@ -130,7 +130,7 @@ Samples and Tests To run with the bundled sample and test suite, you'll need to clone pywb locally: -1. ``git clone https://github.com/ikreymer/pywb.git`` +1. ``git clone https://github.com/ikreymer/pywb.git; cd pywb`` 2. ``python setup.py install``