From 4de49ef960feded2f56fc9250ead4e42ddca1fd1 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 19 Jan 2021 22:37:57 -0500 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1141556f..fe31e2d6 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ 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/ +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., full-text search w/ sonic, and many other great features. @@ -84,7 +84,7 @@ 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,7 +108,7 @@ 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. +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
@@ -151,7 +151,7 @@ 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
@@ -180,8 +180,8 @@ archivebox help  # to see more options
 
 
Get ArchiveBox with pip on any platform -
-First make sure you have Python >= 3.7 installed: https://realpython.com/installing-python/
+ +First make sure you have Python >= 3.7 installed: https://realpython.com/installing-python/
 # install the archivebox package using pip3