changeset 617d132b2a2e in /home/hg/repos/gajim-plugins author: Bahtiar `kalkin-` Gadimov <[email protected]> branches: details:gajim-plugins?cmd=changeset;node=617d132b2a2e description: Add Hacking section to README
diffstat: omemo/README.md | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diffs (19 lines): diff -r 7a65f354e2d4 -r 617d132b2a2e omemo/README.md --- a/omemo/README.md Fri Jan 08 00:03:39 2016 +0100 +++ b/omemo/README.md Fri Jan 08 00:04:01 2016 +0100 @@ -35,6 +35,15 @@ To see OMEMO related debug output start Gajim with the parameter `-l gajim.plugin_system.omemo=DEBUG`. +## Hacking +This repository contains the current development version. If you want to +contribute clone the git repository into your Gajim's plugin directory. +```shell +mkdir ~/.local/share/gajim/plugins -p +cd ~/.local/share/gajim/plugins +git clone https://github.com/kalkin/gajim-omemo +``` + ## Support this project I develop this project in my free time. Your donation allows me to spend more time working on it and on free software generally. _______________________________________________ Commits mailing list [email protected] https://lists.gajim.org/cgi-bin/listinfo/commits
