From 99e7ac221363bf0f4bb74ace3e0bfc50e3a6207c Mon Sep 17 00:00:00 2001 From: jan6 Date: Mon, 30 Mar 2020 17:53:06 +0300 Subject: [PATCH] README was missing .ssh from instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ee4cd5..ded21e7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 1. Clone the repository to your computer: ```bash $ git clone git@tildegit.org:/setup.git -$ cd setup +$ cd setup/.ssh/ ``` 1. Create an SSH key pair (press enter for all prompts to use defaults):