Skip to content

Commit 31c9da9

Browse files
committed
Added installation note to the README and the wiki.
1 parent f11e777 commit 31c9da9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,20 @@ The design goals of this gem are:
3333
</tr>
3434
</table>
3535

36+
### Install
37+
38+
```shell
39+
gem install concurrent-ruby
40+
```
41+
or add the following line to Gemfile:
42+
43+
```ruby
44+
gem 'concurrent-ruby'
45+
```
46+
and run `bundle install` from your shell.
47+
48+
*NOTE: There is an old gem from 2007 called "concurrent" that does not appear to be under active development. That isn't us. Please do not run* `gem install concurrent`*. It is not the droid you are looking for.*
49+
3650
## Features & Documentation
3751

3852
Please see the [Concurrent Ruby Wiki](https://github.com/jdantonio/concurrent-ruby/wiki)

0 commit comments

Comments
 (0)