|
@@ -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.
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+### 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.
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
## 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.
|
|
|
+See [LICENSE.txt](./LICENSE.txt) for details.
|