Skip to content

Commit

Permalink
Merge branch 'master' of github.com:AZn5ReD/saplearninghub-pdf-downlo…
Browse files Browse the repository at this point in the history
…ader
  • Loading branch information
AZn5ReD committed Jan 11, 2021
2 parents 0ed0761 + 150e1c3 commit 9a1eb00
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Download eBook as PDF from SAP Learning Hub.

You should put the path of chrome.exe in the [config.json](config.json) file in the attribute : `CHROME_EXE`. These are the default paths depending on your os :

- Windows : `C:\Program Files (x86)\Google\Chrome\Application\chrome.exe`
- Windows : `C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe`
- Linux : `/usr/bin/google-chrome`

## Installation
Expand All @@ -38,6 +38,7 @@ The download URL of the eBook URL is on the learning hub :
### Config File

Change the file [config.json](config.json) according to your needs.
For windows, the `TARGET_DIR` must have double backslash for the path (for example : `C:\\Users\\myuser\\Downloads`)

```bash
npm run build
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9a1eb00

Please sign in to comment.