arrow-down-to-bracket1. Download the Toolkit

Downloading the Toolkit

The Toolkit is compatible with both the Server CE and Overleaf Pro and is the recommended installation method. Using the Toolkit will allow you to easily get started with Server CE and seamlessly upgrade to Overleaf Pro if required.

circle-info

Ayaka-notes/overleaf-toolkitarrow-up-right is modified to use overleaf-pro image from ghcr directly. Also with texlive provided by ayaka-notes. But you can download official overleaf-toolkit.

1

Clone the Overleaf Toolkit repository

To install the toolkit you'll need to navigate to the intended installation path and then clone the Overleaf Toolkit (@Ayaka-notes) GitHub repository using this command:

Clone repository
git clone https://github.com/ayaka-notes/toolkit.git ./overleaf-toolkit
# official toolkit
# git clone https://github.com/overleaf/toolkit.git ./overleaf-toolkit
circle-info

To prevent any potential permissions issues we recommend installing the Toolkit in your user's $HOME directory.

2

Change into the toolkit directory

Wait for the cloning process to complete then let's switch into the newly created overleaf-toolkit directory:

Change directory
cd ./overleaf-toolkit

Last updated

Was this helpful?