mirror of
https://github.com/Rucknium/xmrpeers.git
synced 2025-02-25 20:30:17 +00:00
Default to not upgrade other packages in installation instructions
This commit is contained in:
parent
27b986c5fa
commit
65488a4bac
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ You can install the development version of xmrpeers from [GitHub](https://github
|
||||||
|
|
||||||
```R
|
```R
|
||||||
install.packages("remotes")
|
install.packages("remotes")
|
||||||
remotes::install_github("Rucknium/xmrpeers")
|
remotes::install_github("Rucknium/xmrpeers", upgrade = FALSE)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue