Skip to content

Commit d188353

Browse files
committed
minor updates to directions
1 parent c18993f commit d188353

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

handson.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This step was covered in the [Outline Section](outline.html). In that section yo
1111

1212
## Make a New Repository
1313

14-
1. Create a new RStudio Project ([video - 40 seconds](https://youtu.be/etkSsF6r2iU))
14+
1. Create a new RStudio Project. The Directory/Project name sould be **test-one** (How to [video - 40 seconds](https://youtu.be/etkSsF6r2iU))
1515
1. In the Rstudio Console: `library(usethis)`
1616
1. In the Console: `use_git(message = "first commit for my helo world")`
1717
1. Create a Readme File: `use_readme_md()` (Edit your README. [Example README template](https://gist.github.com/PurpleBooth/109311bb0361f32d87a2))

handson_branch.Rmd

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ output:
77

88
This document follows set-up from the [previous document](handson.html)
99

10-
## Standard Edit
10+
## First, Edit the README document
1111

12-
- Add your name and a bullet list with three of your favorite foods
12+
- Add your **name** and a bullet list with **three** of your **favorite foods** to the `README.md` document.
1313
- Commit your changes
1414

1515
## Branch
@@ -111,7 +111,10 @@ For small changes, many people find a far simpler method is as follows...
111111

112112
1. At GitHub, click the "Commits" link
113113
1. Isolate the version you need by clicking the `< >` link. This enables you to browse the repository at that point in history
114-
1. Navigate to the fine you need. Copy the file.
114+
1. Navigate to the file you need. Copy the file.
115+
116+
- Or, alternatively, you can download a copy of the whole repository (look for the green "clone" button, then "download zip") at that commit point
117+
115118
1. Back in your editor, paste over the source version.
116119
Commit & Push
117120

0 commit comments

Comments
 (0)