From 445a630b16ae54e20d5cca5ca95edc7fee3d96a5 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 22 Apr 2019 21:50:54 -0400 Subject: [PATCH] Updated Roadmap (markdown) --- Roadmap.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Roadmap.md b/Roadmap.md index b549967..f7d0e2c 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -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 ...