mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Update README.md
This commit is contained in:
parent
7ce080b6db
commit
24a9398cd7
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue