Update README
This commit is contained in:
parent
8c35f37f14
commit
7e2fbf75ae
|
@ -28,7 +28,7 @@ Before you can send encrypted messages you must verify the bot with the matrix h
|
||||||
|
|
||||||
After that you can begin sending messages
|
After that you can begin sending messages
|
||||||
|
|
||||||
source MATIRX_BOT_DIR/venv/bin/activate
|
cd MATRIX_BOT_DIR
|
||||||
cd
|
source venv/bin/activate
|
||||||
matrix-bot message "Message Content" # To send to the default room
|
matrix-bot message "Message Content" # To send to the default room
|
||||||
matrix-bot message -r '!yourRoomId' "Message Content" # To send to a specific room
|
matrix-bot message -r '!yourRoomId' "Message Content" # To send to a specific room
|
||||||
|
|
Loading…
Reference in New Issue