We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c917a53 commit 70917aaCopy full SHA for 70917aa
README.md
@@ -1,3 +1,13 @@
1
+# Codeup Setup Script
2
+
3
+Copy and paste the following in your terminal:
4
5
```
6
bash -c "$(curl -sS https://raw.githubusercontent.com/zgulde/codeup-setup-script/master/install.sh)"
7
8
9
+## Note for Instructors
10
11
+If students already have and `id_rsa` ssh key generated the script will *not* try to
12
+generate a new ones, and you will need to walk them through the process of adding
13
+their existing key to Github.
0 commit comments