Skip to content

Commit 1053f58

Browse files
authored
remove cloning instructions
this assignment is pretty far in to the class. students now know how to clone!
1 parent 5bbebe5 commit 1053f58

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
# Assignment: functions
22

3-
## How to clone this repo
4-
5-
Clone this repository by clicking the green button in the upper right corner, selecting `SSH` and copying the string that looks like `git@github.com:code4policy/<REPO-NAME>.git` (`<REPO-NAME>` will be the name of your repository). Then, in the terminal run the following:
6-
7-
```
8-
git clone git@github.com:code4policy/<REPO-NAME>.git
9-
```
10-
11-
Note that by default, git will clone the repository into a folder with name `<REPO-NAME>`. After the repo is cloned, open that directory (use `cd`).
3+
As usual, clone this repo to your `assignments` directory (or wherever you like to work).
124

135
## Python
146

0 commit comments

Comments
 (0)