diff --git a/README.md b/README.md index dfcaf19f..1141556f 100644 --- a/README.md +++ b/README.md @@ -56,10 +56,10 @@ archivebox help # to see more options
Get ArchiveBox with docker-compose on any platform (recommended, everything included out-of-the-box) -
First make sure you have Docker installed: https://docs.docker.com/get-docker/
-This is the recommended way to run ArchiveBox because it includes *all* the extractors like chrome, wget, youtube-dl, git, etc., as well as full-text search with sonic, and many other great features. +This is the recommended way to run ArchiveBox because it includes all the extractors like:
+chrome, wget, youtube-dl, git, etc., full-text search w/ sonic, and many other great features.
 # create a new empty directory and initalize your collection (can be anywhere)
@@ -83,8 +83,8 @@ docker-compose run archivebox help  # to see more options
 
 
Get ArchiveBox with docker on any platform -
-First make sure you have Docker installed: https://docs.docker.com/get-docker/
+ +First make sure you have Docker installed: https://docs.docker.com/get-docker/
 # create a new empty directory and initalize your collection (can be anywhere)
@@ -108,6 +108,8 @@ docker run -v $PWD:/data -it archivebox/archivebox help  # to see more options
 
Get ArchiveBox with apt on Ubuntu >=20.04 +First make sure you're on Ubuntu >= 20.04, or scroll down for older/non-Ubuntu instructions. +
 # add the repo to your sources and install the archivebox package using apt
 sudo apt install software-properties-common
@@ -148,8 +150,8 @@ Then run `apt update; apt install archivebox; archivebox --version`.
 
 
Get ArchiveBox with brew on macOS >=10.13 -
-First make sure you have Homebrew installed:https://brew.sh/#install
+ +First make sure you have Homebrew installed: https://brew.sh/#install
 # install the archivebox package using homebrew