From 501762445557b0137f18466bdac95047a3b9a2dd Mon Sep 17 00:00:00 2001 From: Nikita Pursani Date: Thu, 24 Aug 2023 20:38:31 +0530 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 b7fa9d3..ed927ef 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,4 @@ No pull requests will be accepted for this repository, as it is meant to be used 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. +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.