Skip to content

Commit 3104369

Browse files
authored
fixing small formatting issues
mac header not right and all rendering as block quote
1 parent 08f17ad commit 3104369

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

learners/setup.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ install.packages("ratdat")
2323

2424
### Windows
2525

26-
* Download the Git for Windows [installer](https://gitforwindows.org/) and run it keeping all the defaults.
27-
* **Additional step**
28-
* In RStudio, open the Terminal tab (under the console tab)
29-
* Copy and paste: setx HOME "%USERPROFILE%"
30-
* Press Enter, you should see: "SUCCESS: Specified value was saved"
31-
* Restart your RStudio session
26+
* Download the Git for Windows [installer](https://gitforwindows.org/) and run it keeping all the defaults.
27+
* **Additional step**
28+
* In RStudio, open the Terminal tab (under the console tab)
29+
* Copy and paste: setx HOME "%USERPROFILE%"
30+
* Press Enter, you should see: "SUCCESS: Specified value was saved"
31+
* Restart your RStudio session
3232

33-
### Mac
33+
### Mac
3434

35-
* Open the Terminal app from Applications (it is sometimes under a folder called "Other" or "Utilities"), type `git --version` and press Enter/Return
36-
* If it's not installed already, follow the instructions to Install the "command line developer tools"
37-
* Do not click "Get Xcode" because that will take too long and is not necessary for this workshop
35+
* Open the Terminal app from Applications (it is sometimes under a folder called "Other" or "Utilities"), type `git --version` and press Enter/Return
36+
* If it's not installed already, follow the instructions to Install the "command line developer tools"
37+
* Do not click "Get Xcode" because that will take too long and is not necessary for this workshop

0 commit comments

Comments
 (0)