Browse Source

cinc

master
boB Rudis 4 years ago
parent
commit
c6e88c316c
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 4
      README.md

4
README.md

@ -35,6 +35,8 @@ The following functions are implemented:
## Installation ## Installation
``` r ``` 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") remotes::install_git("https://git.rud.is/hrbrmstr/attackerkb.git")
# or # or
remotes::install_git("https://git.sr.ht/~hrbrmstr/attackerkb") 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") remotes::install_gitlab("hrbrmstr/attackerkb")
# or # or
remotes::install_bitbucket("hrbrmstr/attackerkb") remotes::install_bitbucket("hrbrmstr/attackerkb")
# or
remotes::install_github("hrbrmstr/attackerkb")
``` ```
NOTE: To use the ‘remotes’ install options you will need to have the NOTE: To use the ‘remotes’ install options you will need to have the

Loading…
Cancel
Save