Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees committed Nov 20, 2021
2 parents a2381d9 + 7d3cdbf commit fd87316
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,22 @@ And this url about how to install Chrome on macOS

https://support.google.com/chrome/a/answer/7550274?hl=en

### Example installing Chrome on Linux Ubuntu

```
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update
sudo apt-get install google-chrome-stable
google-chrome --version
google-chrome --no-sandbox --user-data-dir
```

Pre compiled binaries
=====================

Expand All @@ -104,7 +120,6 @@ https://github.com/Sicos1977/ChromeHtmlToPdf/releases/download/2.1.6/ChromeHtmlT
https://github.com/Sicos1977/ChromeHtmlToPdf/releases/download/2.2/ChromeHtmlToPdf_220.zip
https://github.com/Sicos1977/ChromeHtmlToPdf/releases/download/2.5.1/ChromeHtmlToPdf_251.zip


Logging
=======

Expand Down

0 comments on commit fd87316

Please sign in to comment.