1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-14 18:44:24 +02:00

Update Quickstart.md

Fixed dashed to underscores in name of browser export script.
David Stenglein
2023-12-05 11:20:59 -05:00
committed by GitHub
parent b7a368bfae
commit 57aa47a8ab

@@ -32,9 +32,9 @@ Follow the links here to find instructions for exporting a list of URLs from eac
- [Safari Bookmarks](http://i.imgur.com/AtcvUZA.png)
- [Opera Bookmarks](http://help.opera.com/Windows/12.10/en/importexport.html)
- [Internet Explorer Bookmarks](https://support.microsoft.com/en-us/help/211089/how-to-import-and-export-the-internet-explorer-favorites-folder-to-a-32-bit-version-of-windows)
- Chrome History: `./bin/export-browser-history.sh --chrome`
- Firefox History: `./bin/export-browser-history.sh --firefox`
- Safari History: `./bin/export-browser-history.sh --safari`
- Chrome History: `./bin/export_browser_history.sh --chrome`
- Firefox History: `./bin/export_browser_history.sh --firefox`
- Safari History: `./bin/export_browser_history.sh --safari`
- Other File or URL: (e.g. RSS feed url, text file path) pass as second argument in the next step
(If any of these links are broken, please submit an issue and I'll fix it)