mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-24 19:54:25 -04:00
Update README.md
This commit is contained in:
parent
f1d77f9739
commit
84981dc4fa
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -253,7 +253,7 @@ archivebox help # to see more options
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary><b>Get ArchiveBox with <code>pip</code> on any other platforms</b> (but extras must be installed manually)</summary>
|
<summary><b>Get ArchiveBox with <code>pip</code> on any other platforms</b> (some extras must be installed manually)</summary>
|
||||||
|
|
||||||
<i>First make sure you have [Python >= v3.7](https://realpython.com/installing-python/) and [Node >= v12](https://nodejs.org/en/download/package-manager/) installed.</i>
|
<i>First make sure you have [Python >= v3.7](https://realpython.com/installing-python/) and [Node >= v12](https://nodejs.org/en/download/package-manager/) installed.</i>
|
||||||
|
|
||||||
|
@ -311,6 +311,14 @@ archivebox config --set PUBLIC_SNAPSHOTS=False
|
||||||
archivebox config --set PUBLIC_ADD_VIEW=False
|
archivebox config --set PUBLIC_ADD_VIEW=False
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### 🗄 SQL/Python/Filesystem Usage
|
||||||
|
|
||||||
|
```bash
|
||||||
|
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
|
||||||
|
```
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="https://i.imgur.com/6AmOGJT.png" width="49%" alt="grass"/><img src="https://i.imgur.com/6AmOGJT.png" width="49%" alt="grass"/>
|
<img src="https://i.imgur.com/6AmOGJT.png" width="49%" alt="grass"/><img src="https://i.imgur.com/6AmOGJT.png" width="49%" alt="grass"/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue