Skip to content

Commit

Permalink
chroe: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nagy-nabil committed Aug 31, 2023
1 parent 6387bc6 commit df76fbb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main

permissions:
contents: write

Expand Down Expand Up @@ -36,9 +35,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
extension/chrome
extension/firefox
extension/opera
extension/chrome.zip
extension/firefox.xpi
extension/opera.crx
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Experiencing a situation where your country inexplicably blocks certain content

## Installation

- from releases download the package to your browser `chrome.zip`, `firefox.xpi` or `opera.crx`

- in chrome goto `chrome:https://extensions/` and enable developer mode, then drag drop the `chrome.zip` file

- if you want to load from source check [Contributing](#contributing)

## Contributing

- make sure you have node.js v14 `nvm use 14`
Expand Down

0 comments on commit df76fbb

Please sign in to comment.