Browse Source

README

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

4
README.md

@ -51,6 +51,8 @@ The following functions are implemented:
## Installation
``` r
install.packages("attckr", repos = "https://cinc.rud.is")
# or
remotes::install_git("https://git.rud.is/hrbrmstr/attckr.git")
# or
remotes::install_git("https://git.sr.ht/~hrbrmstr/attckr")
@ -58,6 +60,8 @@ remotes::install_git("https://git.sr.ht/~hrbrmstr/attckr")
remotes::install_gitlab("hrbrmstr/attckr")
# or
remotes::install_bitbucket("hrbrmstr/attckr")
# or
remotes::install_github("hrbrmstr/attckr")
```
NOTE: To use the ‘remotes’ install options you will need to have the

Loading…
Cancel
Save