Skip to content

Commit e189d81

Browse files
committed
docs: make rscript commands copy-pasteable
1 parent 5363fe5 commit e189d81

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ Our project proposal can be found [here](https://github.com/UBC-SPL-MDS/emg-deco
8080

8181
To generate the proposal locally, run the following command from the root directory after cloning `EMGdecomPy`:
8282

83-
```Rscript -e "rmarkdown::render('docs/proposal/proposal.Rmd')"```
83+
```
84+
Rscript -e "rmarkdown::render('docs/proposal/proposal.Rmd')"
85+
```
8486

8587
Alternatively, if the above doesn't work, install Docker. While Docker is running, run the following command from the root directory after cloning `EMGdecomPy`:
8688

@@ -94,7 +96,9 @@ Our final report can be found [here](https://github.com/UBC-SPL-MDS/emg-decomPy/
9496

9597
To generate the final report locally, run the following command from the root directory after cloning `EMGdecomPy`:
9698

97-
```Rscript -e "rmarkdown::render('docs/final-report/final-report.Rmd')"```
99+
```
100+
Rscript -e "rmarkdown::render('docs/final-report/final-report.Rmd')"
101+
```
98102

99103
Alternatively, if the above doesn't work, install Docker. While Docker is running, run the following command from the root directory after cloning `EMGdecomPy`:
100104

0 commit comments

Comments
 (0)