From 62edb8d45184f4486f05f202a09013161e014be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Calero=20Valdez?= Date: Tue, 2 Feb 2021 20:27:49 +0100 Subject: [PATCH] Added github install instructions. --- README.Rmd | 11 +++++++++++ README.md | 14 ++++++++++++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index e3d1134..0d3e67c 100644 --- a/README.Rmd +++ b/README.Rmd @@ -32,8 +32,19 @@ You can install the released version of seminrstudio from [CRAN](https://CRAN.R- install.packages("seminrstudio") ``` +Alternatively you can install seminrstudio directly from Github. + +```r +if(!require(remotes)) { + install.packages("remotes") +} +remotes::install_github("sem-in-r/seminrstudio") +``` + + ## Usage The following tools are implemented at the moment: + - Theme Editor: A tool to design a seminr_theme diff --git a/README.md b/README.md index 18fd15c..fd1a66e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,17 @@ You can install the released version of seminrstudio from install.packages("seminrstudio") ``` +Alternatively you can install seminrstudio directly from Github. + +``` r +if(!require(remotes)) { + install.packages("remotes") +} +remotes::install_github("sem-in-r/seminrstudio") +``` + ## Usage -The following tools are implemented at the moment: - Theme Editor: A -tool to design a seminr\_theme +The following tools are implemented at the moment: + + - Theme Editor: A tool to design a seminr\_theme