Skip to content

Commit 9b22d21

Browse files
committed
Clarify instructions about forking/cloning
1 parent e4eed41 commit 9b22d21

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,16 @@ invertible.
8888

8989
In order to complete this assignment, you must do the following:
9090

91-
1. Clone the GitHub repository containing the stub R files at
91+
1. Fork the GitHub repository containing the stub R files at
9292
[https://github.com/rdpeng/ProgrammingAssignment2](https://github.com/rdpeng/ProgrammingAssignment2)
93-
2. Edit the R file contained in the git repository and place your
93+
to create a copy under your own account.
94+
2. Clone your forked GitHub repository to your computer so that you can
95+
edit the files locally on your own machine.
96+
3. Edit the R file contained in the git repository and place your
9497
solution in that file (please do not rename the file).
95-
3. Commit your completed R file into YOUR git repository and push your
96-
git branch to your GitHub account.
97-
4. Submit to Coursera the URL to your GitHub repository that contains
98+
4. Commit your completed R file into YOUR git repository and push your
99+
git branch to the GitHub repository under your account.
100+
5. Submit to Coursera the URL to your GitHub repository that contains
98101
the completed R code for the assignment.
99102

100103
### Grading

0 commit comments

Comments
 (0)