From c5d43c9e20bf9ea71acdfcfc7313b95feca3f18b Mon Sep 17 00:00:00 2001 From: Arthur Shaw Date: Thu, 9 May 2024 02:51:52 -0400 Subject: [PATCH] Modify install instructions for before pkg on SSC --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b67e182..1114422 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The goal of `selector` is to provide methods for selecting variables of interest ## Installation -To install the latest published version of the package: + ### Development version -The version of `selector` on SSC corresponds to the code in the `main` branch of [the package's GitHub repository](https://github.com/lsms-worldbank/selector). + + +To get a bug fix, a release before SSC publication, or test bleeding-edge features, you can install code from other branches of the repository. The release is version 0.5. -To get a bug fix or test bleeding-edge features, you can install code from other branches of the repository. To install the version in a particular branch: +To install the version in a particular branch: ```stata * set tag to be the name of the target branch * for example, the development branch, which contains code for the next release local tag "dev" +* similarly, version 0.5, which contains the code for the current, pre-SSC release * download the code from that GitHub branch * install the package net install selector, ///