Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
harshadgavali committed Dec 31, 2021
1 parent 719d54f commit d85b6a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
prerelease: false
automatic_release_tag: ${{ steps.zipName.outputs.tagname }}
path: ${{ env.working-directory }}/dist/${{ steps.zipName.outputs.filename }}
files: ${{ env.working-directory }}/dist/${{ steps.zipName.outputs.filename }}
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ meson --prefix=/usr build
ninja -C build install
```

#### If you installed browser addons in different way
* Then update manifest in following locations
with ids of browser addons
* /etc/opt/chrome/native-messaging-hosts/
* /usr/lib64/mozilla/native-messaging-hosts/

### shellextension
```
cd shellextension
Expand Down

0 comments on commit d85b6a5

Please sign in to comment.