diff --git a/Quickstart.md b/Quickstart.md index 10db0ba..8cbb61e 100644 --- a/Quickstart.md +++ b/Quickstart.md @@ -16,13 +16,16 @@ First, we install the ArchiveBox [dependencies](./Install#dependencies), then we ## 1. Set up ArchiveBox -Clone the ArchiveBox repo and install its dependencies. +Clone the ArchiveBox repo and install its dependencies: + ```bash git clone https://github.com/pirate/ArchiveBox cd ArchiveBox/ ./bin/setup.sh # script prompts for user confirmation before installing anything ``` +(The above are shell commands to run. If you're not used to those, consult your operating system's manual for how to run a terminal emulator.) + For more detail, including the manual setup and docker instructions, see the [[Install]] page.