From e71f7a13ce0a182e1e6d8024d960118c133cfa20 Mon Sep 17 00:00:00 2001 From: Diogo Teles Sant'Anna Date: Fri, 30 Jun 2023 15:53:10 -0300 Subject: [PATCH] Update README.md to suggest pulling the repo using SSH --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f2e349..153f4cb 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add the files to your home directory: ``` cd /~ git init -git remote add origin https://github.com/diogoteles08/mySetup +git remote add origin git@github.com:diogoteles08/mySetup.git git pull origin main ```