Update README

This commit is contained in:
Patrick Neff 2020-08-03 18:44:27 +02:00
parent cea7844ff4
commit 8c35f37f14
1 changed files with 5 additions and 9 deletions

View File

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