1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-11 19:58:18 +02:00

Make git clone commands match

`git-clone` instruction in main README should match that in the Quick Start.
This commit is contained in:
Christopher Hoskin 2022-10-12 09:52:12 +01:00 committed by GitHub
parent 79a0deff8e
commit 66ca53fb44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ The [Developer wiki](https://github.com/overleaf/overleaf/wiki) contains further
Clone this repository locally:
``` sh
git clone https://github.com/overleaf/toolkit.git ./overleaf
git clone https://github.com/overleaf/toolkit.git ./overleaf-toolkit
```
Then follow the [Quick Start Guide](./doc/quick-start-guide.md).