1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 15:28:06 +02:00

Update quick-start-guide.md

When using git clone via https instead of ssh this works also w/o a public key
and then this file is more conform to the README file.
This commit is contained in:
Philipp Zumstein 2020-10-02 09:14:20 +02:00 committed by GitHub
parent b7eb235be3
commit c4b7e52925
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ are available on your system.
First, let's clone this git repository to your machine:
```sh
$ git clone git@github.com:overleaf/toolkit.git ./overleaf
$ git clone https://github.com/overleaf/toolkit.git ./overleaf
```
Next let's move into this directory: