Skip to content

Commit

Permalink
Update updating_instructions.txt
Browse files Browse the repository at this point in the history
Fixed line break.
  • Loading branch information
helijuottonen committed Sep 13, 2023
1 parent 2efd5c2 commit 66efedb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion markdown/updating_instructions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ To update an existing repo on your computer, use 'git pull' in the repo director
cd newrepo
git checkout -b yourbranch

3.3 Make the changes in the R Markdown file on your own computer. Convert the markdown file into html. For example in RStudio, use 'Knit' to create the html. Move the html file to the 'docs' folder.
3.3 Make the changes in the R Markdown file on your own computer. Convert the markdown file into html.
For example in RStudio, use 'Knit' to create the html. Move the html file to the 'docs' folder.

3.4 Submit the changes to Github:
git add -A
Expand Down

0 comments on commit 66efedb

Please sign in to comment.