From 79459d2a413a0539daaeadc6ab82d3205109e072 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 18 Aug 2022 00:55:44 +0200 Subject: [PATCH] add openssl disclaimer --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4a0584b..3777b4a 100644 --- a/README.md +++ b/README.md @@ -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. +
You also need `OpenSSL` installed. + +- Ubuntu: `sudo apt install libssl-dev` +- Fedora: `dnf install openssl-devel` +
1. Clone the repo and get in ```bash