mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Add instructions for using the git repo as a gem source
This commit is contained in:
parent
e12e4055ff
commit
0e7f430805
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -38,6 +38,19 @@ own point release after the main v8 version. So libv8 `3.11.8.5` and
|
|||
think about it would be that `3.11.8.14` is the 14th release of the
|
||||
libv8 rubygem based on v8 version `3.11.8`
|
||||
|
||||
### Using a git version
|
||||
|
||||
If you want to use the latest unstable version of the gem you can do
|
||||
so by specifying the git repo as a gem source. Just add the following
|
||||
to your `Gemfile`:
|
||||
|
||||
```Ruby
|
||||
gem "libv8", git: "git://github.com/cowboyd/libv8.git", submodules: true
|
||||
```
|
||||
|
||||
You can find more info on using a git repo as a gem source in
|
||||
[Bundler's documentation](http://bundler.io/v1.3/git.html).
|
||||
|
||||
#### Source and Binary Releases
|
||||
|
||||
Starting with libv8 `3.11.8.0`, all even point releases contain
|
||||
|
|
Loading…
Add table
Reference in a new issue