mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
Update README.md
This commit is contained in:
parent
84981dc4fa
commit
2094c7113f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue