Skip to content

Commit 8833ebf

Browse files
committed
Fix installation instructions
fixes #3
1 parent 90c854c commit 8833ebf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ A better scientific poster, inspired by [Mike Morrison's Better Poster Template]
1717
You can install the in-development version of **betterposter** from GitHub with:
1818

1919
``` r
20-
remotes::install_packages("gerkelab/betterposter")
20+
# install.packages("devtools")
21+
devtools::install_github("gerkelab/betterposter")
2122
```
2223

2324
## Usage

0 commit comments

Comments
 (0)