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
|
## Intallation
|
||||||
|
|
||||||
Clone this repo
|
|
||||||
|
|
||||||
git clone https://git.gaja-group.com/gaja-group/matrix-bot MATRIX_BOT_DIR
|
|
||||||
|
|
||||||
Create a virtualenv
|
Create a virtualenv
|
||||||
|
|
||||||
cd MATRIX_BOT_DIR
|
mkdir MATRIX_BOT_DIR
|
||||||
virtualenv -p python3 venv
|
virtualenv -p python3 venv
|
||||||
source MATIRX_BOT_DIR/venv/bin/activate
|
source venv/bin/activate
|
||||||
pip install .
|
pip install https://git.gaja-group.com/gaja-group/matrix-bot
|
||||||
|
|
||||||
## Usage
|
## 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`
|
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 MATRIX_BOT_DIR
|
||||||
cd
|
source venv/bin/activate
|
||||||
matrix-bot verify
|
matrix-bot verify
|
||||||
|
|
||||||
After that you can begin sending messages
|
After that you can begin sending messages
|
||||||
|
|
Loading…
Reference in New Issue