From 7e2fbf75ae5f115babf0f783fe6233cee0f8daa5 Mon Sep 17 00:00:00 2001 From: Patrick Neff Date: Mon, 3 Aug 2020 18:44:57 +0200 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e275614..4b56cf3a 100644 --- a/README.md +++ b/README.md @@ -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 - source MATIRX_BOT_DIR/venv/bin/activate - cd + cd MATRIX_BOT_DIR + source venv/bin/activate matrix-bot message "Message Content" # To send to the default room matrix-bot message -r '!yourRoomId' "Message Content" # To send to a specific room