Skip to content

Commit

Permalink
add docker install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Aug 8, 2020
1 parent 50b3352 commit f41c403
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ Installation
$ gem install bashly
```

or with Docker:

```shell
$ alias bashly='docker run --rm -it --volume "$PWD:/app" dannyben/bashly'
```

Prerequisites
--------------------------------------------------
Expand Down

0 comments on commit f41c403

Please sign in to comment.