Skip to content

Commit

Permalink
update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesMcBain committed Aug 8, 2021
1 parent cc817d7 commit c810bba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,12 @@ An artisanally crafted set of print methods for `data.frame` family rectangles:

## Installation

Get the latest release from my [r-universe](https://milesmcbain.r-universe.dev/ui#builds):

```r
remotes::install_github("milesmcbain/paint")
install.packages(
"paint",
repos = c(mm = "https://milesmcbain.r-universe.dev", c(getOption("repos"))))
```

## Usage
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ rectangles:

## Installation

Get the latest release from my
[r-universe](https://milesmcbain.r-universe.dev/ui#builds):

``` r
remotes::install_github("milesmcbain/paint")
install.packages(
"paint",
repos = c(mm = "https://milesmcbain.r-universe.dev", c(getOption("repos"))))
```

## Usage
Expand Down

0 comments on commit c810bba

Please sign in to comment.