We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7361a29 commit cd8f8d2Copy full SHA for cd8f8d2
edge/README.md
@@ -16,7 +16,7 @@ or build your own image with [this Dockerfile](Dockerfile).
16
```bash
17
git clone --depth 1 https://github.com/DannyBen/bashly.git
18
cd bashly
19
-gem build bashly.gemspec
20
-gem install bashly*.gem
+gem build bashly.gemspec --output bashly.gem
+gem install bashly.gem
21
cd ..
22
```
0 commit comments