From bca2dceec0aa32f7297ec52d6b7138195d5ca29b Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 4 Jul 2017 06:46:15 -0500 Subject: [PATCH] chrome upgrade instructions --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e23bd213..727dc053 100644 --- a/README.md +++ b/README.md @@ -248,11 +248,19 @@ chromium-browser --version || google-chrome --version ``` If no version is displayed, try the setup instructions again, or confirm that you have permission to access chrome. -3. If a version is displayed and it's `>=59`, make sure `archive.py` is running the right one: +3. If a version is displayed and it's `<59`, upgrade it: +```bash +apt upgrade chromium-browser -y +# OR +brew cask upgrade chromium-browser +``` + +4. If a version is displayed and it's `>=59`, make sure `archive.py` is running the right one: ```bash env CHROME_BINARY=/path/from/step/1/chromium-browser ./archive.py bookmarks_export.html # replace the path with the one you got from step 1 ``` + **Wget & Curl:** If you're missing `wget` or `curl`, simply install them using `apt` or your package manager of choice.