Add README and project prerequisites
This commit is contained in:
parent
1d789abcf0
commit
dc35cdbe4d
1 changed files with 7 additions and 0 deletions
7
README.md
Normal file
7
README.md
Normal 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
|
||||||
|
```
|
Reference in a new issue