Skip to content

Commit

Permalink
Added github install instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumidu committed Feb 2, 2021
1 parent e0fe838 commit 62edb8d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
11 changes: 11 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 62edb8d

Please sign in to comment.