forked from soutade/libgourou
Update README_package.md
This commit is contained in:
parent
56e4fda760
commit
89a5408c2d
|
@ -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
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#define ACS_SERVER "http://adeactivate.adobe.com/adept"
|
||||
#endif
|
||||
|
||||
#define LIBGOUROU_VERSION "0.4.1"
|
||||
#define LIBGOUROU_VERSION "0.4.2"
|
||||
|
||||
namespace gourou
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user