Update README.md
This commit is contained in:
parent
c2fbb18f2e
commit
19ab7310fc
1 changed files with 7 additions and 8 deletions
11
README.md
11
README.md
|
@ -54,24 +54,23 @@ The goal is to sleep soundly knowing the part of the internet you care about wil
|
||||||
**📦 Get ArchiveBox with [Docker Compose (recommended)](#quickstart) / Docker, or `apt` / `brew` / `pip` ([see below](#quickstart)).**
|
**📦 Get ArchiveBox with [Docker Compose (recommended)](#quickstart) / Docker, or `apt` / `brew` / `pip` ([see below](#quickstart)).**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Use this auto setup script to get started, or follow the full Quickstart instructions below
|
# Use this auto setup script, or follow the full Quickstart instructions below
|
||||||
curl -sSL 'https://get.archivebox.io' | bash
|
curl -sSL 'https://get.archivebox.io' | bash
|
||||||
```
|
```
|
||||||
|
**⤵️ See the [Quickstart](#quickstart) below for full instructions...**
|
||||||
|
|
||||||
|
**🔢 Example usage: adding links to archive.**
|
||||||
```bash
|
```bash
|
||||||
# Basic usage
|
|
||||||
cd ~/archivebox # you can setup a data folder anywhere
|
|
||||||
archivebox init --setup # initialize a collection and create an admin user
|
|
||||||
archivebox add 'https://example.com' # add URLs one at a time via args / piped stdin
|
archivebox add 'https://example.com' # add URLs one at a time via args / piped stdin
|
||||||
archivebox schedule --every=day --depth=1 https://example.com/rss.xml # or have it import URLs regularly on a schedule
|
archivebox schedule --every=day --depth=1 https://example.com/rss.xml # or have it import URLs regularly on a schedule
|
||||||
```
|
```
|
||||||
|
**🔢 Example usage: viewing the archived content.**
|
||||||
```bash
|
```bash
|
||||||
archivebox server 0.0.0.0:8000 # use the interactive web UI
|
archivebox server 0.0.0.0:8000 # use the interactive web UI
|
||||||
archivebox list 'https://example.com' # use the CLI commands (--help for more)
|
archivebox list 'https://example.com' # use the CLI commands (--help for more)
|
||||||
ls ./archive/*/index.json # or browse directly via the filesystem
|
ls ./archive/*/index.json # or browse directly via the filesystem
|
||||||
```
|
```
|
||||||
|
|
||||||
**⤵️ See the [Quickstart](#quickstart) below for more...**
|
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
<img src="https://i.imgur.com/njxgSbl.png" width="22%" alt="cli init screenshot" align="top">
|
<img src="https://i.imgur.com/njxgSbl.png" width="22%" alt="cli init screenshot" align="top">
|
||||||
|
|
Loading…
Reference in a new issue