From 892fbd02c8ee16c4e8331b4aae0a7aebec1a56c3 Mon Sep 17 00:00:00 2001 From: Dave Slager Date: Mon, 4 Nov 2024 17:21:38 -0800 Subject: [PATCH] update install instructions for git flow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 101ba9d..4539686 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ remotes::install_github("phuse-org/valtools", ref = remotes::github_release()) To install the latest development version, use: ``` -remotes::install_github("phuse-org/valtools") +remotes::install_github("phuse-org/valtools", ref = "develop") ``` ## Usage