Skip to content

Commit

Permalink
Create a directory in inst to hold the applause button dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Jul 31, 2020
1 parent d92bd37 commit 8ee9f38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -20,3 +20,9 @@ library(usethis)
create_package("applause")
use_readme_md()
```

Create a directory in `inst` to hold the applause button dependencies.

```r
dir.create("inst/applause-button", recursive = TRUE)
```
Empty file.

0 comments on commit 8ee9f38

Please sign in to comment.