From f6759ffb7bcace489d79bc1c2a6dab5f104256d3 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 18 Aug 2022 00:57:09 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3777b4a..b3dad5d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ 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. +
You also need OpenSSL installed. - Ubuntu: `sudo apt install libssl-dev` - Fedora: `dnf install openssl-devel`