Update README.md

This commit is contained in:
AsamK 2016-06-28 12:53:10 +02:00 committed by GitHub
parent 7ce080b6db
commit 24a9398cd7

View file

@ -39,7 +39,11 @@ usage: signal-cli [-h] [-v] [--config CONFIG] [-u USERNAME | --dbus | --dbus-sys
* Update a group * 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 * Leave a group
@ -114,7 +118,7 @@ For legacy users, the old config directory is used as a fallback:
## Building ## Building
This project uses [Gradle](http://gradle.org) for building and maintaining 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 1. Checkout the source somewhere on your filesystem with