From 36363c21b8545f2269e50870d4942944f91e23c1 Mon Sep 17 00:00:00 2001 From: MasterRoshan Date: Tue, 26 Mar 2019 15:20:36 -0400 Subject: [PATCH] fix typo in clone url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a0a9fa..d976289 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ pip install flask-cas-ng If you want to do it the hard way you can clone the repository and install flask-cas-ng in a virtualenv. -1. Clone it `git clone git@github.com:MasterRoshan/Flask-CAS.git` +1. Clone it `git clone git@github.com:MasterRoshan/flask-cas-ng.git` 2. Enter it `cd flask-cas-ng` 3. Create a virtualenv and enter it (Optional) `virtualenv venv && source venv/bin/activate` 4. Install it `python setup.py install`