Update README_package.md

This commit is contained in:
2021-11-03 13:54:44 +01:00
parent 56e4fda760
commit 89a5408c2d
2 changed files with 4 additions and 4 deletions

View File

@@ -27,19 +27,19 @@ Utils
You can import configuration from your eReader or create a new one with utils/activate :
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD
./utils/activate -u <AdobeID USERNAME>
./activate -u <AdobeID USERNAME>
Then a _./.adept_ directory is created with all configuration file
To download an ePub/PDF :
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD
./utils/acsmdownloader -f <ACSM_FILE>
./acsmdownloader -f <ACSM_FILE>
To export your private key :
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD
./utils/acsmdownloader --export-private-key [-o adobekey_1.der]
./acsmdownloader --export-private-key [-o adobekey_1.der]
Sources