Last active
September 29, 2020 16:33
-
-
Save matteodelucchi/a1d26f1b03a587f5e8b4edb9736bce14 to your computer and use it in GitHub Desktop.
installbookdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Make new project directory | |
mkdir testbookdown | |
cd testbookdown | |
# Download bookdown demo project | |
wget https://github.com/rstudio/bookdown-demo/archive/master.zip | |
# Unzip it in project directory | |
unzip master.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment