From fce6b68473fd076ee500665adf09f6b9e8b843e9 Mon Sep 17 00:00:00 2001 From: bipinkrish Date: Thu, 23 Feb 2023 18:16:26 +0530 Subject: [PATCH] Guide for Normal users --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61200e6..9ea92e7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # DeGourou (DeDRM + libgourou) -### Automate the process of getting decrypted book from [InternetArchive](https://archive.org/) without the need for [Adobe Digital Editions](https://www.adobe.com/in/solutions/ebook/digital-editions/download.html) and [Calibre](https://calibre-ebook.com/) with DeDRM Plugins. +### Automate the process of getting decrypted ebook from [InternetArchive](https://archive.org/) without the need for [Adobe Digital Editions](https://www.adobe.com/in/solutions/ebook/digital-editions/download.html) and [Calibre](https://calibre-ebook.com/) with DeDRM Plugins. --- @@ -15,6 +15,25 @@ ## Guide +*It only asks for login the first time if no files are misssing, so do not delete any files that are not books* +### For Normal Users + +1. Download binary file according to your operating system from [Releases Section](https://github.com/bipinkrish/DeGourou/releases) +2. Run the binary according to operating system + + A. Windows user's can just simply run the .exe + + B. Linux user's need to change the file permission and then can run + + ``` + chmod 777 DeGourou-linux + ./DeGourou-linux + ``` + + C. MacOS user's accordingly + +### For Developers + 1. Clone the repositary or Downlaod zip file and extract it 2. Install requirements using pip 3. Run "DeGourou" file @@ -35,5 +54,5 @@ This project is highly inspired from these projects, thanks to them 1. [DeDrm](https://github.com/apprenticeharper/DeDRM_tools) tools for ebooks 2. [Standalone Version of DeDrm Tools](https://github.com/noDRM/DeDRM_tools) -3. [libgourou](https://indefero.soutade.fr//p/libgourou/) is a free implementation of Adobe's ADEPT protocol] +3. [libgourou](https://indefero.soutade.fr//p/libgourou/) is a free implementation of Adobe's ADEPT protocol 4. [ACSM Input plugin + standalone](https://github.com/Leseratte10/acsm-calibre-plugin) \ No newline at end of file