diff --git a/README.md b/README.md index 1fba3a5..4a1715c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ There are several ways to install a plugin: *Note: Using master branch for plugins requires frequent updates of both Gajim and plugins!* -## Share / improve Plugins +## Development You have written a new plugin or want to improve an existing one? @@ -41,6 +41,7 @@ First, thanks for that! Here is how to start: - Register an account on our Gitlab [here](https://dev.gajim.org/users/sign_in) - Tell us about your plans at [gajim@conference.gajim.org](xmpp:gajim@conference.gajim.org?join) - Fork the Gajim-Plugins [repository](https://dev.gajim.org/gajim/gajim-plugins) +- Check `./scripts/dev_env.sh` to get a environment with dependencies installed - When you are finished, do a merge request against the main plugins repository. You can read about how to use git [here](https://dev.gajim.org/gajim/gajim/wikis/howtogit). - Additionally, there is a list of [plugin events](https://dev.gajim.org/gajim/gajim/wikis/development/pluginsevents) which might be helpful