Skip to content

Commit f65bfcb

Browse files
authored
Add back install old version instructions
1 parent ac614ea commit f65bfcb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,21 @@ Follow the instructions above if you want the most recent published version of *
3535
net install ietoolkit , from("https://raw.githubusercontent.com/worldbank/ietoolkit/master/src") replace
3636
```
3737

38+
#### Install older versions
39+
40+
You can install older versions of `ietoolkit` directly from the GitHub repository.
41+
To do so, start by finding the tag corresponding to
42+
the version you want to install here:
43+
https://github.com/worldbank/ietoolkit/tags.
44+
Update the local "tag" in the code below with the value of the tag you picked,
45+
and then run the code.
46+
47+
```
48+
local tag "v5.0"
49+
net install ietoolkit, ///
50+
from("https://raw.githubusercontent.com/worldbank/ietoolkit/`tag'/src")
51+
```
52+
3853
#### Requirements
3954
Stata version 11 or later is required for this package of commands.
4055

0 commit comments

Comments
 (0)