From c6e88c316c1f19a7a168d4931b1a9129bc6c7bc6 Mon Sep 17 00:00:00 2001 From: hrbrmstr Date: Wed, 15 Apr 2020 15:47:54 -0400 Subject: [PATCH] cinc --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9393dc4..4bb8a74 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ The following functions are implemented: ## Installation ``` r +install.packages("attackerkb", repos = c("https://cinc.rud.is", "https://cloud.r-project.org/")) +# or remotes::install_git("https://git.rud.is/hrbrmstr/attackerkb.git") # or remotes::install_git("https://git.sr.ht/~hrbrmstr/attackerkb") @@ -42,6 +44,8 @@ remotes::install_git("https://git.sr.ht/~hrbrmstr/attackerkb") remotes::install_gitlab("hrbrmstr/attackerkb") # or remotes::install_bitbucket("hrbrmstr/attackerkb") +# or +remotes::install_github("hrbrmstr/attackerkb") ``` NOTE: To use the ‘remotes’ install options you will need to have the