Skip to content

Commit 0398ce0

Browse files
authored
Update README.md
Fixed steps to clone repo
1 parent 676d0c7 commit 0398ce0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ Note that *$PWD* refers to your current working directory. In the above example
3030
Clone the repository and navigate to the 'starrem2k13' folder. Install required packages :
3131

3232
```shell
33+
git clone https://github.com/code2k13/starrem2k13.git
34+
cd starrem2k13
3335
pip install -r requirements.txt
3436
```
3537

3638
Additionally you may also have to install lfs support for git
37-
```
38-
git clone https://github.com/code2k13/starrem2k13.git
39-
cd starrem2k13
39+
```shell
4040
sudo apt-get install git-lfs
4141
git lfs pull
4242
```

0 commit comments

Comments
 (0)