From 2094c7113f7e281aeb091f29594e3c0c218f99cf Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 8 Apr 2021 09:38:02 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```