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
1 changed files with 1 additions and 1 deletions

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