diff --git a/README.md b/README.md index 7c32c84..7708a17 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,17 @@ This Chrome extension adds the power of large-language models (LLMs) to Overleaf The extension originated from [GPT4Overleaf](https://github.com/e3ntity/gpt4overleaf). +## Installation from Chrome Web Store (preferred option) +Unless you are a developer, this is probably your preferred option. + +Just go to the [extension's page](https://chrome.google.com/webstore/detail/leafllm/feomoidgfifpofabcapiipjjjoigjeoa) in Chrome Web Store and press "Add to Chrome" + ## Manual installation 1. Clone the repository 2. Open Chrome and go to `chrome://extensions/` 3. Enable developer mode 4. Click "Load unpacked" and select the repository folder -## Installation from Chrome Web Store (preferred option) -Unless you are a developer, this is probably your preferred option. - -Just go to the [extension's page](https://chrome.google.com/webstore/detail/leafllm/feomoidgfifpofabcapiipjjjoigjeoa) in Chrome Web Store and press "Add to Chrome" - ## Configuration The plugin can be configured by clicking the plugin button in the Chrome toolbar. It requires inserting an API key from [OpenAI](https://platform.openai.com/account/api-keys). You also need to choose which tools you wish to enable.