From 9ca7565c0f27a5e529c5099ed44327b34638da1f Mon Sep 17 00:00:00 2001 From: "M.K" Date: Fri, 14 Aug 2020 17:19:59 +0200 Subject: [PATCH] Add newbie hint that the install commands are shell commands. --- Quickstart.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.