diff --git a/README.md b/README.md index 66f968a5..c322e744 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,6 @@ See below for more usage examples using the C
mkdir -p ~/archivebox/data && cd ~/archivebox/data
docker run -v $PWD:/data -it archivebox/archivebox init --setup
-For more info, see Install: Docker in the Wiki. ➡️
docker run -v $PWD:/data -p 8000:8000 archivebox/archivebox
@@ -221,6 +220,7 @@ docker run -v $PWD:/data -it archivebox/archivebox init --setup
# docker run -v $PWD:/data -it [subcommand] [--help]
docker run -v $PWD:/data -it archivebox/archivebox help
+For more info, see Install: Docker Compose in the Wiki. ➡️
curl -fsSL 'https://get.archivebox.io' | sh
+For more info, see Install: Bare Metal in the Wiki. ➡️