From 917ec29237a8ca6de9f7b322011d25e75656c588 Mon Sep 17 00:00:00 2001 From: ypnngaa-py Date: Mon, 13 Jan 2020 18:13:46 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32b541c..5cbe772 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ### Installation The PEGASAS package (including [a toy example](https://github.com/Xinglab/PEGASAS/tree/master/example) and [data](https://github.com/Xinglab/PEGASAS/tree/master/PEGASAS/data)) can be downloaded and installed as shown below: ``` -git clone git@github.com:Xinglab/PEGASAS.git +git clone https://github.com/Xinglab/PEGASAS.git cd PEGASAS python setup.py install ```