1
0
Fork 0
mirror of synced 2024-06-01 10:09:49 +12:00

fix old executable paths

This commit is contained in:
Nick Sweeting 2018-12-21 18:25:10 -05:00 committed by GitHub
parent d5ab80e9f2
commit eb9357a952
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ cd ArchiveBox/
./archive "https://getpocket.com/users/yourusername/feed/all" # url to an RSS, html, or json links file
# OR add all the links from your browser history
./bin/export-browser-history --chrome # works with --firefox as well, can take path to SQLite history db
./bin/archivebox-export-browser-history --chrome # works with --firefox as well, can take path to SQLite history db
./archive output/sources/chrome_history.json
# OR just continue archiving the existing links in the index
@ -456,7 +456,7 @@ If you feel like contributing a PR, some of these tasks are pretty easy. Feel f
- v0.2.0 released with new name
- [renamed](https://github.com/pirate/ArchiveBox/issues/108) from **Bookmark Archiver** -> **ArchiveBox**
- v0.1.0 released
- support for browser history exporting added with `./bin/export-browser-history`
- support for browser history exporting added with `./bin/archivebox-export-browser-history`
- support for chrome `--dump-dom` to output full page HTML after JS executes
- v0.0.3 released
- support for chrome `--user-data-dir` to archive sites that need logins