1
0
Fork 0

Update README.md

This commit is contained in:
Nick Sweeting 2019-01-14 18:19:30 -05:00 committed by GitHub
parent 300b5c6182
commit 45c499dc9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ cd ArchiveBox
# Export your bookmarks, then run the archive command to start archiving!
./archive ~/Downloads/firefox_bookmarks.html
# Or to add just one page to your archive
echo 'https://example.com' | ./archive
```