Default to not upgrade other packages in installation instructions

This commit is contained in:
Rucknium 2024-10-20 21:38:02 +00:00
parent 27b986c5fa
commit 65488a4bac

View file

@ -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)
```