]> nmode's Git Repositories - signal-cli/commitdiff
Update README.md
authorAsamK <asamk@gmx.de>
Tue, 28 Jun 2016 10:53:10 +0000 (12:53 +0200)
committerGitHub <noreply@github.com>
Tue, 28 Jun 2016 10:53:10 +0000 (12:53 +0200)
README.md

index dea9d145f92646904abc7357d3dc276597d48d2f..256445bf41eafcf7760cac1cc27b0fe76ef8743d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -39,7 +39,11 @@ usage: signal-cli [-h] [-v] [--config CONFIG] [-u USERNAME | --dbus | --dbus-sys
 
  * Update a group
 
-          signal-cli -u USERNAME updateGroup -g GROUP_ID -n "New group name"
+          signal-cli -u USERNAME updateGroup -g GROUP_ID -n "New group name" -a "AVATAR_IMAGE_FILE"
+
+ * Add member to a group
+
+          signal-cli -u USERNAME updateGroup -g GROUP_ID -m "NEW_MEMBER"
 
  * Leave a group
 
@@ -114,7 +118,7 @@ For legacy users, the old config directory is used as a fallback:
 ## Building
 
 This project uses [Gradle](http://gradle.org) for building and maintaining
-dependencies.
+dependencies. If you have a recent gradle version installed, you can replace `./gradlew` with `gradle` in the following steps.
 
 1. Checkout the source somewhere on your filesystem with