Update git clone to use the HTTPS method

This commit is contained in:
zOxta 2019-04-04 23:19:54 +02:00 committed by GitHub
parent 87102358de
commit 8d86bf5cf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```