Skip to content

Commit edb437d

Browse files
committed
Update Chapter_00_Instructions.md
1 parent 101223c commit edb437d

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

Chapter-Instructions/Chapter_00_Instructions.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,19 @@ In this chapter, you will set up:
1010

1111
## Prerequisites
1212

13-
1. **Install Required Software**
13+
1. **Organization Access**
14+
15+
- Ask your mentor, Holly, or Ellen to add you to the ‘UCSC-Treehouse’
16+
GitHub organization. **Please include your GitHub id in your
17+
request.**
18+
19+
2. **Install Required Software**
1420

1521
- [Github Desktop](https://github.com/apps/desktop)
1622
- [R](https://www.r-project.org)
1723
- [RStudio](https://posit.co/download/rstudio-desktop/)
18-
- [Windows Extension](https://git-scm.com/downloads/win) (*Windows users only*)
1924
- Quarto and `renv` (*instructions below*)
2025

21-
2. **Organization Access**
22-
23-
- Ask your mentor, Holly, or Ellen to add you to the ‘UCSC-Treehouse’
24-
GitHub organization. **Please include your GitHub id in your
25-
request.**
26-
2726
------------------------------------------------------------------------
2827

2928
## Install Quarto and renv
@@ -34,7 +33,7 @@ Quarto (2024.04+).
3433
Next, you want to install `renv`, which captures the packages and
3534
versions your project uses, aiding in reproducibility.
3635

37-
Open RStudio. The “Console” tab is where you can run R commands
36+
Open RStudio. The “Console” tab is where you can ran R commands
3837
interactively. You can type code here and press “Enter” to see immediate
3938
results. This is where we will begin in Chapter 0.
4039

0 commit comments

Comments
 (0)