1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

Added change directory command to samples and tests

Without this additional command, the subsequent commands won't run for the naive user.
This commit is contained in:
Mat Kelly 2015-05-14 13:32:00 -04:00
parent 733de9bffe
commit 7c5bf68c6b

View File

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