File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff 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
3954Stata version 11 or later is required for this package of commands.
4055
You can’t perform that action at this time.
0 commit comments