Update README.md

This commit is contained in:
Grégory Soutadé 2022-04-03 09:47:47 +02:00
parent 8c413b4f34
commit f568b5d3a8
1 changed files with 11 additions and 1 deletions

View File

@ -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 <encryptedFile>
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 <id>
You can get utils full options description with -h or --help switch