diff --git a/README.md b/README.md index 5922ba1c..35a10e32 100644 --- a/README.md +++ b/README.md @@ -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 ```