chrome upgrade instructions
This commit is contained in:
parent
010c3d9771
commit
bca2dceec0
1 changed files with 9 additions and 1 deletions
10
README.md
10
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.
|
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
|
```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
|
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:**
|
**Wget & Curl:**
|
||||||
|
|
||||||
If you're missing `wget` or `curl`, simply install them using `apt` or your package manager of choice.
|
If you're missing `wget` or `curl`, simply install them using `apt` or your package manager of choice.
|
||||||
|
|
Loading…
Add table
Reference in a new issue