From 597ec6a7267e5c68463bf96eab65db88741b7c5c Mon Sep 17 00:00:00 2001 From: hrbrmstr Date: Fri, 26 Jun 2020 07:44:11 -0400 Subject: [PATCH] cinc --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1cccf84..c6ed157 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ The following functions are implemented: ## Installation ``` r +install.packages("slugify", repos = c("https://cinc.rud.is", "https://cloud.r-project.org/")) +# or remotes::install_git("https://git.rud.is/hrbrmstr/slugify.git") # or remotes::install_git("https://git.sr.ht/~hrbrmstr/slugify")