Skip to content

Commit

Permalink
mention installation from yihui.r-universe.dev
Browse files Browse the repository at this point in the history
yihui committed Jul 31, 2024
1 parent ecd6b9d commit b69c0d7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -24,6 +24,17 @@ or the system package Pandoc.
Please consider this package experimental for now. The documentation is also
very incomplete and still under development.

## Usage

### Installation

At the moment, you are recommended to install the development version from
r-universe:

``` r
install.packages('litedown', repos = c('https://yihui.r-universe.dev', 'https://cloud.r-project.org'))
```

### Markdown rendering

The function `litedown::mark()` is based on the R package

0 comments on commit b69c0d7

Please sign in to comment.