From 763eba0acc1b49391703980f65c4d0fd963e12e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Sat, 19 Aug 2017 02:29:07 +0200 Subject: [PATCH] Update README --- README | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index ad18b3503..1067d3328 100644 --- a/README +++ b/README @@ -30,7 +30,7 @@
  • For zeroconf (bonjour), the "enable link-local messaging" checkbox, you need dbus-glib, python-avahi
  • dnsutils (or whatever package provides the nslookup binary) for SRV support
  • gir1.2-gtkspell3-3.0 and aspell-LANG where lang is your locale eg. en, fr etc
  • -
  • gir1.2-secret-1 for GNOME Keyring or KDE support as password storage
  • +
  • gir1.2-secret-1 for GNOME Keyring or KDE support as password storage
  • gir1.2-notify-0.7 to get cooler popups
  • D-Bus running to have gajim-remote working. Some distributions split dbus-x11, which is needed for dbus to work with Gajim. Version >= 0.80 is required.
  • python3-dbus bindings (>=1.2.0)
  • @@ -67,10 +67,10 @@

    Running Gajim

    Just do gajim or you can run Gajim from your GNOME/Xfce/KDE/whatever menus.

    -or if you use hg version and you didn't 'make install' you can also run from gajim folder with./launch.sh

    +or if you use Git version and you didn't 'make install' you can also run from gajim folder with./launch.py


    -

    Note for hg users

    -

    You will need GNU autotools in order to install Gajim from svn. This includes:

    +

    Note for Git users

    +

    You will need GNU autotools in order to install Gajim from Git. This includes: