diff --git a/README.md b/README.md index c39ad5b..149acba 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # River Ruby bindings A future home for River's Ruby bindings. For now, the [Gem is registered](https://rubygems.org/gems/riverqueue), but nothing else is done. + +``` sh +$ gem build . +$ gem push riverqueue-0.0.0.gem +```