changeset 7a65f354e2d4 in /home/hg/repos/gajim-plugins author: Bahtiar `kalkin-` Gadimov <[email protected]> branches: details:gajim-plugins?cmd=changeset;node=7a65f354e2d4 description: Stable versions are available via PluginManager
diffstat: omemo/README.md | 18 +++++------------- 1 files changed, 5 insertions(+), 13 deletions(-) diffs (34 lines): diff -r ad2208598bfe -r 7a65f354e2d4 omemo/README.md --- a/omemo/README.md Thu Jan 07 23:42:45 2016 +0100 +++ b/omemo/README.md Fri Jan 08 00:03:39 2016 +0100 @@ -8,25 +8,17 @@ **DO NOT rely on this plugin to protect sensitive information!** ## Installation -You can install this plugin via the Gajim PluginManager or by cloning the git repository into Gajim's plugin directory. - -```shell -mkdir ~/.local/share/gajim/plugins -p -cd ~/.local/share/gajim/plugins -git clone https://github.com/kalkin/gajim-omemo -``` - -### Dependencies -#### Gajim -You need Gajim version 0.16.5. If your package manager does not provide an up to date -version you can install it from the official Mercurial repository. *DO NOT USE* gajim 0.16.4 it contains a vulnerability, which is fixed in 0.16.5. +Install the current stable version via the Gajim PluginManager. You *need* Gajim +version *0.16.5*. If your package manager does not provide an up to date version +you can install it from the official Mercurial repository. *DO NOT USE* gajim +0.16.4 it contains a vulnerability, which is fixed in 0.16.5. ```shell hg clone https://hg.gajim.org/gajim cd gajim hg update gajim-0.16.5 --clean ``` -#### Python libraries +### Python libraries You *have* to install `python-axolotl` via `pip`. Depending on your setup you might want to use `pip2` as Gajim is using python2.7. If you are using the official repository, do not forget to install the `nbxmpp` dependency via pip or you package manager. _______________________________________________ Commits mailing list [email protected] https://lists.gajim.org/cgi-bin/listinfo/commits
