]> git.gir.st - VimFx.git/blob - documentation/installation.md
Change license to MIT
[VimFx.git] / documentation / installation.md
1 # Installation
2
3 ## Option 1: [addons.mozilla.org] \(AMO)
4
5 **<https://addons.mozilla.org/firefox/addon/VimFx>**
6
7 Follow the above link and hit the green “Install” button and you should be ready
8 to go!
9
10 - [Signed][signed] and reviewed by Mozilla.
11 - Hosted on AMO.
12 - Automatic updates.
13
14 [addons.mozilla.org]: https://addons.mozilla.org/
15
16
17 ## Option 2: [GitHub releases][releases]
18
19 Go to VimFx’s [releases] page and click the link to “VimFx.xpi” for the version
20 you’re interested in (most likely the latest). Firefox should then ask you about
21 allowing the installation. (If not, download the .xpi file and [open it in
22 Firefox][open-xpi].)
23
24 - [Signed][signed] by Mozilla (but not reviewed).
25 - Available as a backup alternative, and in case of slow reviews on AMO.
26 - No automatic updates.
27
28 [releases]: https://github.com/akhodakivskiy/VimFx/releases
29
30
31 ## Option 3: Build from source
32
33 [Build VimFx] and then [open the produced `build/VimFx.xpi` file][open-xpi].
34
35 - [Unsigned][signed].
36 - Bleeding edge.
37 - Allows you to fiddle with the code.
38 - No automatic updates.
39
40 [Build VimFx]: tools.md#how-to-build-and-install-the-latest-version-from-source
41
42 ### How to install an .xpi file in Firefox
43
44 Firefox add-ons are .xpi files (a renamed .zip file—try renaming it to .zip and
45 open it like any old .zip file to see what’s inside). There are several ways of
46 installing them:
47
48 - Drag and drop the .xpi file into the Firefox window.
49 - Press ctrl+o and choose the .xpi file.
50 - Use “Install from file…” in the top-right menu in the Add-ons Manager.
51
52
53 ## What is a signed add-on?
54
55 By default it is not possible to install add-ons which haven’t been signed by
56 Mozilla. In order for an add-on to be signed it must pass some code checks. The
57 idea is to protect users from malware.
58
59 If you’re interested in installing an unsigned add-on (such as if you’ve built
60 a VimFx .xpi from source yourself), read all about extension signing here:
61
62 <https://wiki.mozilla.org/Addons/Extension_Signing>
63
64
65 [open-xpi]: #how-to-install-an-xpi-file-in-firefox
66 [signed]: #what-is-a-signed-add-on
Imprint / Impressum