diff --git a/README.md b/README.md index 1517d4e5..cccdeb34 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,11 @@ Archived content is browseable and managable locally with the CLI commands like
. . . . . . . . . . . . . . . . . . . . . . . . . . . .
-Demo | Usage +Demo | Screenshots | Usage
cli init screenshot server snapshot admin screenshot -server snapshot details page screenshot
+server snapshot details page screenshot

@@ -246,45 +246,6 @@ The [CLI](https://github.com/ArchiveBox/ArchiveBox/wiki/Usage#CLI-Usage) is cons At the end of the day, the goal is to sleep soundly knowing that the part of the internet you care about will be automatically preserved in multiple, durable long-term formats that will be accessible for decades (or longer). You can also self-host your archivebox server on a public domain to provide archive.org-style public access to your site snapshots. -## Screenshots - -
- - - - - - - - - - - - - - - -
-brew install archivebox
-archivebox version -
-archivebox init
-
-archivebox add - -archivebox data dir -
-archivebox server - -archivebox server add - -archivebox server list - -archivebox server detail -
-
- - ## Key Features - [**Free & open source**](https://github.com/ArchiveBox/ArchiveBox/blob/master/LICENSE), doesn't require signing up for anything, stores all data locally @@ -391,6 +352,46 @@ archivebox add 'https://example.com#2020-10-24' archivebox add 'https://example.com#2020-10-25' ``` + +## Screenshots + +
+ + + + + + + + + + + + + + + +
+brew install archivebox
+archivebox version +
+archivebox init
+
+archivebox add + +archivebox data dir +
+archivebox server + +archivebox server add + +archivebox server list + +archivebox server detail +
+
+ + ---