From 4a143b11c9b747354a087b49cacbf248971c5fb6 Mon Sep 17 00:00:00 2001 From: Ahmad Kholid Date: Fri, 7 Oct 2022 15:51:39 +0800 Subject: [PATCH] chore: update README.md Add the "Install locally" section --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b49e8995..b6b4a72cd 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,21 @@ yarn build:firefox yarn lint ``` +### Install Locally +#### Chrome +1. Open chrome and navigate to extensions page using this URL: chrome://extensions. +2. Enable the "Developer mode". +3. Click "Load unpacked extension" button, browse the `automa/build` directory and select it. + +![Install in chrome](https://res.cloudinary.com/chat-story/image/upload/v1665128418/automa/chrome_QWxClxFcio_d9pqp8.png) + +### Firefox +1. Open firefox and navigate to `about:debugging#/runtime/this-firefox`. +2. Click the "Load Temporary Add-on" button. +3. Browse the `automa/build` directory and select the `manifest.json` file. + +![Install in firefox](https://res.cloudinary.com/chat-story/image/upload/v1665128974/automa/firefox_30wkpfGM7N_lihajj.png) + ## Contributors Thanks to everyone who has submitted issues, made suggestions, and generally helped make this a better project. @@ -77,4 +92,4 @@ Thanks to everyone who has submitted issues, made suggestions, and generally hel ## License Source code in this repository is variously licensed under the GNU Affero General Public License (AGPL), or the [Automa Commercial License](https://www.automa.site/license/commercial/). -See [LICENSE.txt](./LICENSE.txt) for details. \ No newline at end of file +See [LICENSE.txt](./LICENSE.txt) for details.