From 1f8b9a745cfa79fb094e3cfc27958731e2757244 Mon Sep 17 00:00:00 2001 From: Kenny Armstrong Date: Tue, 27 Mar 2018 23:59:07 +0000 Subject: [PATCH] updated README to include info on ssh key --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c003ea..78090a5 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,4 @@ To compile the code, run: No pull requests will be accepted for this repository, as it is meant to be used for demonstration purposes only. You are free to create a pull request to try it out, but no outside code will be merged into this project. It is highly recommended that you fork this project on GitHub so that you have full admin access to your own fork. This way you can practice with pushes and pull requests to see how they are done. +Be sure to have your SSH key set up and that your public key (located in ~/.ssh/id_rsa.pub) is added to your GitHub account.