Add README and project prerequisites

This commit is contained in:
Mylloon 2021-12-03 10:29:32 +01:00
parent 1d789abcf0
commit dc35cdbe4d

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# matter_bot
## Pré-requis
`openssl` requis par [`mattermost_api`](https://github.com/Celeo/mattermost_api)
```bash
sudo apt install libssl-dev
```