add openssl disclaimer

This commit is contained in:
Mylloon 2022-08-18 00:55:44 +02:00
parent 829b4ef7b1
commit 79459d2a41
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -3,6 +3,11 @@ Extractor of the calendar of the IT degree of university Paris 8.
## Build and run
You will need Rust installed to compile the program.
<details><summary>You also need `OpenSSL` installed.</summary>
- Ubuntu: `sudo apt install libssl-dev`
- Fedora: `dnf install openssl-devel`
</details>
1. Clone the repo and get in
```bash