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

Clone to ./overleaf, rather than ./overleaf-toolkit

This commit is contained in:
Shane Kilkelly 2020-07-23 10:07:47 +01:00
parent b3a5b95bbf
commit 3bcb9f743a

View file

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