Skip to content

Commit 98b4092

Browse files
committed
updated readme to suggest download
1 parent 06a95cd commit 98b4092

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,11 @@ root is a template folder structure for organizing work-flows
1212
###repos
1313

1414
repos is dedicated to maintaining source code and repositories.
15-
>The folder includes sample python package which can be used as a template for developing your own packages. This repo can be setup from the command line via:
16-
```
17-
cd ~
18-
git clone https://github.com/jshiv/root.git
19-
cd root
20-
```
21-
>and the python package can be installed via:
15+
>The folder includes sample python package which can be used as a template for developing your own packages. Go ahead and download this folder structure as a zip on the right hand side of the git hub page.
16+
17+
>The python package can be installed via:
2218
```
19+
cd root-master
2320
cd repos
2421
cd template
2522
python setup.py install

0 commit comments

Comments
 (0)