Update README.md
This commit is contained in:
parent
88382a0a2b
commit
4f4216eb69
26
README.md
26
README.md
|
@ -12,6 +12,8 @@ Features
|
|||
* Quick-links (not recommended) using http://server/#Room:Passphrase
|
||||
* Super simple setup
|
||||
* Notification sounds (mutable)
|
||||
* Native popup notifications
|
||||
* Configurable page title
|
||||
* ~~Flashing title on new messages~~
|
||||
|
||||
|
||||
|
@ -43,16 +45,28 @@ Usage
|
|||
========
|
||||
|
||||
```
|
||||
|
||||
Available commands:
|
||||
|
||||
Client:
|
||||
/key StrongPassphrase Sets encryption key
|
||||
/nick NickName Sets an optional nick
|
||||
/mute Audio on
|
||||
/unmute Audio off
|
||||
/clear Clear on-screen buffer
|
||||
/help This
|
||||
/title Set your local page title
|
||||
|
||||
Room:
|
||||
/generate Generate random room
|
||||
/join RoomId Join a room
|
||||
/count Count participants of room
|
||||
/nick NickName Sets an optional nick
|
||||
/key OurStrongPassphrase Sets encryption key
|
||||
/leave Leave the room
|
||||
/clear Clear on-screen buffer
|
||||
/mute Toggle notification sounds
|
||||
/help This
|
||||
/count Count participants
|
||||
|
||||
Host:
|
||||
/hosts List available hosts
|
||||
/connect HostIndex Connect to selected host
|
||||
/disconnect Disconnect from host
|
||||
|
||||
You can select any of the five last commands/messages with up/down key.
|
||||
|
||||
|
|
Loading…
Reference in New Issue