From 0b660cff46372580ff5c7634a5c82f2ccd7b5c4e Mon Sep 17 00:00:00 2001 From: Daniel Ullrich Date: Sat, 11 Nov 2023 17:02:37 +0100 Subject: [PATCH] readme: add clone line (fixes #322) Add # Clone Repository $ git clone https://github.com/idank/explainshell.git --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b01d84d0..e2a690c4 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,13 @@ possible to directly add a missing man page to the live site (it might be in the Setup a working environment that lets you run the web interface locally using docker: ```ShellSession + # download db dump $ curl -L -o /tmp/dump.gz https://github.com/idank/explainshell/releases/download/db-dump/dump.gz +# Clone Repository +$ git clone https://github.com/idank/explainshell.git + # start containers, load man pages from dump $ docker-compose build $ docker-compose up