1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-22 22:25:24 +02:00

Updated Roadmap (markdown)

Nick Sweeting
2019-04-22 21:50:54 -04:00
parent d8f0d4f6f8
commit 445a630b16

@@ -49,6 +49,13 @@ To see how much of this spec is scheduled / implemented / released so far, read
## CLI Usage
*Note, these ways to run ArchiveBox are all equivalent:*
- `archivebox [subcommand] [...args]`
- `python3 -m archivebox [subcommand] [...args]`
- `python3 archivebox/__main__.py [subcommand] [...args]`
- `python3 archivebox/manage.py archivebox [subcommand] [...args]`
### `$ pip install archivebox`
```bash
...