From f65bfcbe715466521e34083af9204a9d42da8e3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Bj=C3=A4rkefur?= Date: Mon, 9 Dec 2024 09:21:24 -0500 Subject: [PATCH] Add back install old version instructions --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 349d92ee..4864ebfc 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,21 @@ Follow the instructions above if you want the most recent published version of * net install ietoolkit , from("https://raw.githubusercontent.com/worldbank/ietoolkit/master/src") replace ``` +#### Install older versions + +You can install older versions of `ietoolkit` directly from the GitHub repository. +To do so, start by finding the tag corresponding to +the version you want to install here: +https://github.com/worldbank/ietoolkit/tags. +Update the local "tag" in the code below with the value of the tag you picked, +and then run the code. + +``` +local tag "v5.0" +net install ietoolkit, /// + from("https://raw.githubusercontent.com/worldbank/ietoolkit/`tag'/src") +``` + #### Requirements Stata version 11 or later is required for this package of commands.