forked from soutade/libgourou
		
	Update README_package.md
This commit is contained in:
		@@ -27,19 +27,19 @@ Utils
 | 
				
			|||||||
You can import configuration from your eReader or create a new one with utils/activate :
 | 
					You can import configuration from your eReader or create a new one with utils/activate :
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD
 | 
					    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
 | 
					Then a _./.adept_ directory is created with all configuration file
 | 
				
			||||||
 | 
					
 | 
				
			||||||
To download an ePub/PDF :
 | 
					To download an ePub/PDF :
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD
 | 
					    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD
 | 
				
			||||||
    ./utils/acsmdownloader -f <ACSM_FILE>
 | 
					    ./acsmdownloader -f <ACSM_FILE>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
To export your private key :
 | 
					To export your private key :
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD
 | 
					    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
 | 
					Sources
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -40,7 +40,7 @@
 | 
				
			|||||||
#define ACS_SERVER              "http://adeactivate.adobe.com/adept"
 | 
					#define ACS_SERVER              "http://adeactivate.adobe.com/adept"
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define LIBGOUROU_VERSION       "0.4.1"
 | 
					#define LIBGOUROU_VERSION       "0.4.2"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace gourou
 | 
					namespace gourou
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user