diff --git a/README.md b/README.md index 8abd7eb..08217da 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ devtools::install_github("ttimbers/ubccv") ## Usage +### Via RStudio + 1. Inside RStudio, click on “Create a new R Markdown document”: @@ -37,6 +39,18 @@ devtools::install_github("ttimbers/ubccv") 4. Click the “knit” button to render to Word\! 😂 +### Via terminal + +1. Create the template structure and open the main Rmd file: + ``` + R -e "rmarkdown::draft('your-filename.Rmd', 'ubc-cv-teaching-stream', 'ubccv')" + ``` +2. Render to MS Word: + ``` + quarto render your-filename.Rmd --to docx --output ubc-cv.docx --reference-doc reference.docx + ``` + + ## Code of Conduct Please note that the ubccv project is released with a [Contributor Code