Skip to content

Commit 21990b4

Browse files
Christian T. JacobsChristian T. Jacobs
authored andcommitted
Make the installation steps clearer.
1 parent fb85699 commit 21990b4

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,19 @@ Note that once PyRDM is installed, you will need to setup Figshare/Zenodo authen
2121

2222
## Installing
2323

24-
A system-wide installation can be achieved by running
24+
After downloading or cloning this software using
25+
26+
```
27+
git clone https://github.com/ctjacobs/git-rdm.git
28+
```
29+
30+
a system-wide installation can be achieved by navigating to the git-rdm directory
31+
32+
```
33+
cd git-rdm
34+
```
35+
36+
and running
2537

2638
```
2739
sudo python setup.py install

0 commit comments

Comments
 (0)