Update README

This commit is contained in:
Patrick Neff 2020-08-03 18:44:57 +02:00
parent 8c35f37f14
commit 7e2fbf75ae
1 changed files with 2 additions and 2 deletions

View File

@ -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