Skip to content

Commit f41c403

Browse files
committed
add docker install instructions
1 parent 50b3352 commit f41c403

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ Installation
2525
$ gem install bashly
2626
```
2727

28+
or with Docker:
29+
30+
```shell
31+
$ alias bashly='docker run --rm -it --volume "$PWD:/app" dannyben/bashly'
32+
```
2833

2934
Prerequisites
3035
--------------------------------------------------

0 commit comments

Comments
 (0)