Skip to content

Commit ab2ce03

Browse files
author
DB
committed
Published v0.11 on AMO
1 parent 8eccf33 commit ab2ce03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Firefox webextension to run external programs on a link or selected text.
44

55
## Getting started
66

7-
- Download and install the extension from https://addons.mozilla.com (not yet) or from [the releases page](https://github.com/waldner/Firefox-RunWith/releases).
7+
- Download and install the extension from [https://addons.mozilla.org/en-US/firefox/addon/run-with/](https://addons.mozilla.org/en-US/firefox/addon/run-with/) or from [the releases page](https://github.com/waldner/Firefox-RunWith/releases).
88

99
- Copy or symlink [**`runwith.json`**](https://github.com/waldner/Firefox-RunWith/blob/master/runwith.json)(the **NM manifest**) to the correct Native Messaging location for your OS; under Linux, you can use `~/.mozilla/native-messaging-hosts/runwith.json`
1010

addon/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "RunWith",
44
"description": "Run external commands on contextual elements",
5-
"version": "0.1",
5+
"version": "0.11",
66
"applications": {
77
"gecko": {
88

0 commit comments

Comments
 (0)