add yojson lib

This commit is contained in:
Mylloon 2023-05-16 01:55:55 +02:00
parent fc541977d8
commit 5e76676142
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -19,7 +19,7 @@ services:
- TWITTER_USERNAME=yourusername # not your mail
- TWITTER_PASSWORD=yourpassword
- TWITTER_TOTP=yourseed # optional if you don't have 2fa
- PUSK_DEBUG=false # optional
- PUSK_DEBUG=FALSE # optional
restart: unless-stopped
```
@ -28,7 +28,7 @@ services:
- You will need these dependencies:
```sh
$ opam install cohttp-lwt-unix tls-lwt dotenv twostep lwt_ssl
$ opam install cohttp-lwt-unix tls-lwt dotenv twostep lwt_ssl yojson
```
- Populate your credentials in [config/.env](./config/.env)