Skip to content

Commit 6c49856

Browse files
authored
Zs/readme update (#8)
* gitignore DS_Store * Update readme with note on how to install via gem command * Update grammar
1 parent f61d5c7 commit 6c49856

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212
*.a
1313
mkmf.log
1414
*.gem
15-
Gemfile.lock
15+
Gemfile.lock
16+
.DS_Store

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ Quick setup
1414
0. Install the Ruby SDK with `gem`
1515

1616
```shell
17-
gem install ldclient-rb
17+
gem install ldclient-rb --prerelease
1818
```
19+
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.
1920

2021
1. Require the LaunchDarkly client:
2122

0 commit comments

Comments
 (0)