Skip to content

Commit

Permalink
readme: add clone line (fixes #322)
Browse files Browse the repository at this point in the history
Add

# Clone Repository
$ git clone https://github.com/idank/explainshell.git
  • Loading branch information
dmuiX committed Nov 11, 2023
1 parent b9c2000 commit 0b660cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b660cf

Please sign in to comment.