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

Merge pull request #115 from overleaf/csh-git-clone-match

Make `git clone` commands match
This commit is contained in:
Christopher Hoskin 2022-10-12 10:52:31 +01:00 committed by GitHub
commit 3e00b29ef0
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).