From 66ca53fb442d7a45abdb56d1fb6c3c9abe85d574 Mon Sep 17 00:00:00 2001 From: Christopher Hoskin Date: Wed, 12 Oct 2022 09:52:12 +0100 Subject: [PATCH] Make `git clone` commands match `git-clone` instruction in main README should match that in the Quick Start. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a121ede..a2891ea 100644 --- a/README.md +++ b/README.md @@ -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).