1
0
Fork 0
mirror of synced 2024-06-26 10:00:19 +12: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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
```