diff --git a/README.md b/README.md index bbaffa62..a57257be 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ The main index is a self-contained `data/index.sqlite3` file, and each snapshot (Click to expand each section) -
Get ArchiveBox with Docker Compose +
+Get ArchiveBox with Docker Compose ```bash # Download the compose file into an empty directory somewhere @@ -55,7 +56,8 @@ docker-compose run archivebox manage createsuperuser
-
Get ArchiveBox with plain Docker +
+Get ArchiveBox with plain Docker ```bash # cd into a new empty directory somewhere and pull the latest image @@ -72,7 +74,8 @@ docker run -v $PWD:/data -it archivebox/archivebox manage createsuperuser
-
Get ArchiveBox with apt on Ubuntu >=20.04 +
+Get ArchiveBox with apt on Ubuntu >=20.04 ```bash sudo add-apt-repository -u ppa:archivebox/archivebox @@ -81,7 +84,8 @@ apt install archivebox
-
Get ArchiveBox with brew on macOS >=10.13 +
+Get ArchiveBox with brew on macOS >=10.13 ```bash brew install archivebox/archivebox/archivebox @@ -93,7 +97,9 @@ archivebox init
-
Get ArchiveBox with pip on any platform +
+Get ArchiveBox with pip on any platform + ```bash pip3 install archivebox # Install the extra dependencies like wget/git/chrome/etc. separately as needed