From cd276a240f62056536166745e4f70bd89b0b103a Mon Sep 17 00:00:00 2001 From: Rob Glew Date: Tue, 17 Nov 2015 19:43:21 -0600 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5247f4f..d5340d5 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Installation ------------ Installation requires `pip` or some other command that can handle a `setup.py` with requirements. Once the requirements are installed, you can run the `pappy.py` script to run the proxy. You're on your own to link it somewhere in your PATH. ``` -$ git clone +$ git clone https://github.com/roglew/pappy-proxy.git $ cd pappy-proxy $ pip install -e . ```