From 8d86bf5cf5d813550090d91d6e39e344c4059acc Mon Sep 17 00:00:00 2001 From: zOxta Date: Thu, 4 Apr 2019 23:19:54 +0200 Subject: [PATCH] Update `git clone` to use the HTTPS method --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6a1c6ed..5d063fc 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@ A demo application to illustrate how Inertia.js works. Clone the repo locally: ```sh -git clone git@github.com:inertiajs/pingcrm.git pingcrm +git clone https://github.com/inertiajs/pingcrm.git pingcrm cd pingcrm ```