From c691d6cff734a80915936c259491f0390b1ececd Mon Sep 17 00:00:00 2001 From: hrbrmstr Date: Sun, 13 Jan 2019 12:57:47 -0500 Subject: [PATCH] README --- README.Rmd | 2 +- README.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.Rmd b/README.Rmd index 67610a3..b6610e0 100644 --- a/README.Rmd +++ b/README.Rmd @@ -119,7 +119,7 @@ Suggest more in a feature req! ### Installation ```{r eval=FALSE} -devtools::install_git("https://sr.ht/~hrbrmstr/splashr.git") +devtools::install_git("https://git.sr.ht/~hrbrmstr/splashr") # or devtools::install_git("https://gitlab.com/hrbrmstr/splashr.git") # or diff --git a/README.md b/README.md index c256c63..b677c0c 100644 --- a/README.md +++ b/README.md @@ -114,11 +114,12 @@ Suggest more in a feature req! ### Installation ``` r -devtools::install_git("https://sr.ht/~hrbrmstr/splashr.git") +devtools::install_git("https://git.sr.ht/~hrbrmstr/splashr") # or devtools::install_git("https://gitlab.com/hrbrmstr/splashr.git") # or -devtools::install_github("hrbrmstr/splashr")``` +devtools::install_github("hrbrmstr/splashr") +``` ### Usage