Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
Add the "Install locally" section
  • Loading branch information
Kholid060 authored Oct 7, 2022
1 parent 52771c7 commit 4a143b1
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

0 comments on commit 4a143b1

Please sign in to comment.