Skip to content

Commit

Permalink
CRAN Release
Browse files Browse the repository at this point in the history
  • Loading branch information
amirmasoudabdol committed Apr 22, 2021
1 parent 81837e2 commit a0bb4da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Besides offering light and dark mode, I spent some time making the overall readi
## Installation

You can download the stable version from CRAN using `install.packages("preferably")`, or you may download the development version from GitHub as follow:

```R
install.packages("devtools"); library(devtools)

devtools::install_github("amirmasoudabdol/preferably")
```

**After** the package is available on CRAN, you can install it like any other R package.

## Usage

After the successful installation, if you already have your pkgdown setup ready, you only need to specify the `template` parameter as follow. Then, as before, you can build your site using `build_site()` and deploy it manually using `deploy_on_branch()`.
Expand Down

0 comments on commit a0bb4da

Please sign in to comment.