Skip to content

Commit 0316ae8

Browse files
authored
--pre is not necessary
--pre was not necessary to install google-protobuf when I tried it today (2017-12-06).
1 parent 9021f62 commit 0316ae8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ruby/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ install it as you would any other gem:
1616

1717
$ gem install [--prerelease] google-protobuf
1818

19-
The `--pre` flag is necessary if we have not yet made a non-alpha/beta release
20-
of the Ruby extension; it allows `gem` to consider these "pre-release"
21-
alpha/beta versions.
22-
2319
Once the gem is installed, you may or may not need `protoc`. If you write your
2420
message type descriptions directly in the Ruby DSL, you do not need it.
2521
However, if you wish to generate the Ruby DSL from a `.proto` file, you will

0 commit comments

Comments
 (0)