Browse Source

README

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

8
README.md

@ -25,7 +25,15 @@ number of included ‘ph-css’ library.
## Installation
``` r
remotes::install_git("https://git.rud.is/hrbrmstr/phcssjars.git")
# or
remotes::install_git("https://git.sr.ht/~hrbrmstr/phcssjars")
# or
remotes::install_gitlab("hrbrmstr/phcssjars")
# or
remotes::install_bitbucket("hrbrmstr/phcssjars")
# or
remotes::install_github("hrbrmstr/phcssjars")
```
NOTE: To use the ‘remotes’ install options you will need to have the

Loading…
Cancel
Save