Skip to content

Instantly share code, notes, and snippets.

@matteodelucchi
Last active September 29, 2020 16:33
Show Gist options
  • Save matteodelucchi/a1d26f1b03a587f5e8b4edb9736bce14 to your computer and use it in GitHub Desktop.
Save matteodelucchi/a1d26f1b03a587f5e8b4edb9736bce14 to your computer and use it in GitHub Desktop.
installbookdown
# 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