Skip to content

Commit cd8f8d2

Browse files
committed
update edge instructions
1 parent 7361a29 commit cd8f8d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

edge/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ or build your own image with [this Dockerfile](Dockerfile).
1616
```bash
1717
git clone --depth 1 https://github.com/DannyBen/bashly.git
1818
cd bashly
19-
gem build bashly.gemspec
20-
gem install bashly*.gem
19+
gem build bashly.gemspec --output bashly.gem
20+
gem install bashly.gem
2121
cd ..
2222
```

0 commit comments

Comments
 (0)