Skip to content

Commit

Permalink
issue #451: change windows install instructions to suggest platforms:…
Browse files Browse the repository at this point in the history
… instead of Gem.win_platform?
  • Loading branch information
ColinDKelley committed Dec 2, 2020
1 parent fa9ca04 commit a5a0496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -240,7 +240,7 @@ If you are on Windows, it's recommended to use the [`wdm`](https://github.com/Ma
Please add the following to your Gemfile:

```ruby
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
gem 'wdm', '>= 0.1.0', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
```

### On \*BSD
Expand Down

0 comments on commit a5a0496

Please sign in to comment.