From f568b5d3a8b3b4666af634c774c7dc7faaa98d3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Sun, 3 Apr 2022 09:47:47 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5baa62d..7f7842a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Main fucntions to use from gourou::DRMProcessor are : * Create a new device : _createDRMProcessor()_ * Register a new device : _signIn()_ and _activateDevice()_ * Remove DRM : _removeDRM()_ - + * Return loaned book : _returnLoan()_ You can import configuration from (at least) : @@ -91,6 +91,16 @@ To remove ADEPT DRM : export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD ./utils/adept_remove -f +To list loaned books : + + export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD + ./utils/adept_loan_mgt [-l] + +To return a loaned book : + + export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD + ./utils/adept_loan_mgt -r + You can get utils full options description with -h or --help switch