From 65488a4bac44589c11e7c1616fdee831c46836d4 Mon Sep 17 00:00:00 2001 From: Rucknium <Rucknium@protonmail.com> Date: Sun, 20 Oct 2024 21:38:02 +0000 Subject: [PATCH] Default to not upgrade other packages in installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ffd76c..602b6d9 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,6 @@ You can install the development version of xmrpeers from [GitHub](https://github ```R install.packages("remotes") -remotes::install_github("Rucknium/xmrpeers") +remotes::install_github("Rucknium/xmrpeers", upgrade = FALSE) ```