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