Skip to content

Commit

Permalink
Zs/readme update (#8)
Browse files Browse the repository at this point in the history
* gitignore DS_Store

* Update readme with note on how to install via gem command

* Update grammar
  • Loading branch information
zsiddique authored Jul 26, 2017
1 parent f61d5c7 commit 6c49856
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
*.a
mkmf.log
*.gem
Gemfile.lock
Gemfile.lock
.DS_Store
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ Quick setup
0. Install the Ruby SDK with `gem`

```shell
gem install ldclient-rb
gem install ldclient-rb --prerelease
```
Note: The `--prerelease` flag is there to satisfy the dependency of celluloid 0.18pre which we have tested extensively and have found stable in our use case. Unfortunately, the upstream provider has not promoted this version to stable yet. See [here](https://github.com/celluloid/celluloid/issues/762) This is not required for use in a Gemfile.

1. Require the LaunchDarkly client:

Expand Down

0 comments on commit 6c49856

Please sign in to comment.