From 0df9ec297100ec6bb5e2eb15ba3c82baddcbe63c Mon Sep 17 00:00:00 2001 From: Samarth G Kashyap Date: Tue, 9 Feb 2021 17:09:11 +0530 Subject: [PATCH] readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f990894..0480080 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,13 @@ used to represent helioseismic split frequencies using a-coefficients. ### Installing the package * Clone the repository ritzLavelyPy into local working directory. ``` bash -git clone ritzLavelyPy.git +cd /local/working/dir/ +git clone https://github.com/samarth-kashyap/ritzLavelyPy.git ``` * Enter the cloned directory ``` bash -cd ritzLavelyPy +cd /local/working/dir/ritzLavelyPy ``` * Install the python package ```