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

Change suggested directory name from overleaf to overleaf-toolkit in the Quick Start Guide

`overleaf` is the default directory name for the https://github.com/overleaf/overleaf repository, it would be better if the documentation suggests a different directory name for toolkit so they won't conflict when the toolkit repositor is cloned in the same parent directory as the overleaf community edition.
This commit is contained in:
M Fahru 2022-07-26 08:45:17 -04:00 committed by GitHub
parent b5a9c81f07
commit fc9c91445c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,13 +17,13 @@ are available on your system.
First, let's clone this git repository to your machine:
```sh
$ git clone https://github.com/overleaf/toolkit.git ./overleaf
$ git clone https://github.com/overleaf/toolkit.git ./overleaf-toolkit
```
Next let's move into this directory:
```sh
$ cd ./overleaf
$ cd ./overleaf-toolkit
```
For the rest of this guide, we will assume that you will run all subsequent commands from this directory.