forked from Anri/cal8tor
add openssl disclaimer
This commit is contained in:
parent
829b4ef7b1
commit
79459d2a41
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue