Unverified Commit 618f06fc authored by Adam Cozzette's avatar Adam Cozzette Committed by GitHub

Merge pull request #4007 from graywolf/patch-1

--pre is not necessary
parents a426833d 0316ae80
...@@ -16,10 +16,6 @@ install it as you would any other gem: ...@@ -16,10 +16,6 @@ install it as you would any other gem:
$ gem install [--prerelease] google-protobuf $ gem install [--prerelease] google-protobuf
The `--pre` flag is necessary if we have not yet made a non-alpha/beta release
of the Ruby extension; it allows `gem` to consider these "pre-release"
alpha/beta versions.
Once the gem is installed, you may or may not need `protoc`. If you write your Once the gem is installed, you may or may not need `protoc`. If you write your
message type descriptions directly in the Ruby DSL, you do not need it. message type descriptions directly in the Ruby DSL, you do not need it.
However, if you wish to generate the Ruby DSL from a `.proto` file, you will However, if you wish to generate the Ruby DSL from a `.proto` file, you will
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment