1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-20 13:21:52 +02:00

Update README.md

This commit is contained in:
Nick Sweeting
2021-04-08 09:38:02 -04:00
committed by GitHub
parent 84981dc4fa
commit 2094c7113f

View File

@@ -314,7 +314,7 @@ archivebox config --set PUBLIC_ADD_VIEW=False
#### 🗄  SQL/Python/Filesystem Usage
```bash
sqlite3 index.sqlite3 # run SQL queries on your index
sqlite3 ./index.sqlite3 # run SQL queries on your index
archivebox shell # explore the Python API in a REPL
ls ./archive/*/index.html # or inspect snapshots on the filesystem
```