From 3fc7afbc138e678facd3b11b14b586873b24e6eb Mon Sep 17 00:00:00 2001 From: Bipin Date: Sun, 18 Jun 2023 21:11:05 +0530 Subject: [PATCH] News --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index fbe5074..1f103bc 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ _Automate the process of getting decrypted ebook from [InternetArchive](https:// --- +## News + +Now You can use this on [Replit](https://replit.com/@bipinkrish/DeGourou) without worrying about the integrity/security of this tool + +--- + ## Usage ``` @@ -52,6 +58,12 @@ optional arguments: ./DeGourou-linux ``` + Make sure you have installed `openssl` by using the command + + ``` + sudo apt-get install libssl-dev + ``` + C. MacOS user's accordingly with name ```DeGourou.bin``` ### For Developers