Skip to content

Commit

Permalink
updating readme on install
Browse files Browse the repository at this point in the history
  • Loading branch information
JoFrhwld committed Jul 11, 2018
1 parent 17cc4d9 commit fbb01b1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@ I've largely utilized the same approach as [Kyle Gorman's python implementation]

## Installation

You can install syllabify from github with:
`syllabifyr` is now on Cran

```{r cran-install, eval = F}
install.packages("syllabifyr")
```


You can also install `syllabifyr` from github with:

```{r gh-installation, eval = FALSE}
# install.packages("devtools")
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ I've largely utilized the same approach as [Kyle Gorman's python implementation]
Installation
------------

You can install syllabify from github with:
`syllabifyr` is now on Cran

``` r
install.packages("syllabifyr")
```

You can also install `syllabifyr` from github with:

``` r
# install.packages("devtools")
Expand Down

0 comments on commit fbb01b1

Please sign in to comment.