From 8c35f37f14e0da4d1c13018cf93cdf62aca3708e Mon Sep 17 00:00:00 2001 From: Patrick Neff Date: Mon, 3 Aug 2020 18:44:27 +0200 Subject: [PATCH] Update README --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index fc34ea95..6e275614 100644 --- a/README.md +++ b/README.md @@ -11,23 +11,19 @@ Requires libolm to be installed. in Debian this is done with `apt install libolm ## Intallation -Clone this repo - - git clone https://git.gaja-group.com/gaja-group/matrix-bot MATRIX_BOT_DIR - Create a virtualenv - cd MATRIX_BOT_DIR + mkdir MATRIX_BOT_DIR virtualenv -p python3 venv - source MATIRX_BOT_DIR/venv/bin/activate - pip install . + source venv/bin/activate + pip install https://git.gaja-group.com/gaja-group/matrix-bot ## Usage Before you can send encrypted messages you must verify the bot with the matrix homeserver. To to login and do this use `matrix-bot verify` - source MATIRX_BOT_DIR/venv/bin/activate - cd + cd MATRIX_BOT_DIR + source venv/bin/activate matrix-bot verify After that you can begin sending messages