From 8ee2aef1f5939f1948362b6e11064dfd9570bbe9 Mon Sep 17 00:00:00 2001 From: Joey <35553162+javascriptjoey@users.noreply.github.com> Date: Thu, 10 Jun 2021 19:32:17 -0700 Subject: [PATCH] Added set up instructions to ssh --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2f7d64..4753c6b 100644 --- a/README.md +++ b/README.md @@ -62,4 +62,9 @@ src/ | MyComponent.tsx | MyComponentStyled.tsx | index.tsx -``` \ No newline at end of file +``` +## Getting Setup + +### Installing SSH + +First step make sure you have a ssh key. If you are unsure you can use this [tutorial](https://gorails.com/setup/osx/11.0-big-sur#git) to get you started. \ No newline at end of file