mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-22 22:25:24 +02:00
Update README.md
This commit is contained in:
@@ -314,7 +314,7 @@ archivebox config --set PUBLIC_ADD_VIEW=False
|
|||||||
#### 🗄 SQL/Python/Filesystem Usage
|
#### 🗄 SQL/Python/Filesystem Usage
|
||||||
|
|
||||||
```bash
|
```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
|
archivebox shell # explore the Python API in a REPL
|
||||||
ls ./archive/*/index.html # or inspect snapshots on the filesystem
|
ls ./archive/*/index.html # or inspect snapshots on the filesystem
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user