From 8e238f80c50d98aae6610325ce09cedc591ffd57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Sun, 2 Jul 2023 18:54:02 +0200 Subject: [PATCH] docs: use ssh to clone the repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 683e928..834793b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ It uses [Thream/file-uploads-api](https://github.com/Thream/file-uploads-api) [v ```sh # Clone the repository -git clone https://github.com/Thream/api.git +git clone git@github.com:Thream/api.git # Go to the project root cd api