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:
parent
b5a9c81f07
commit
fc9c91445c
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue