Update README
This commit is contained in:
parent
cea7844ff4
commit
8c35f37f14
14
README.md
14
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
|
||||
|
|
Loading…
Reference in New Issue