Skip to content

Commit

Permalink
Update installation instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
nx10 committed Mar 23, 2024
1 parent ce1486e commit b25ab9d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,15 @@ This package provides a thread-safe interface to power interactive graphics clie

## Installation

You can install the development version of `unigd` from GitHub with:
Install `unigd` from CRAN:

``` r
# install.packages("remotes")
```R
install.packages("unigd")
```

Or get the latest development version from GitHub:

```R
remotes::install_github("nx10/unigd")
```

Expand Down

0 comments on commit b25ab9d

Please sign in to comment.