mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Merge remote-tracking branch 'nathanvda/improve_documentation'
This commit is contained in:
commit
34890f5ec0
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,6 +4,7 @@
|
|||
*.a
|
||||
.rbx/
|
||||
Gemfile.lock
|
||||
Makefile
|
||||
pkg/*
|
||||
tmp/*
|
||||
lib/libv8/build/*
|
||||
|
|
|
@ -31,8 +31,8 @@ To get the source, these commands will get you started:
|
|||
|
||||
git clone git@github.com:cowboyd/libv8
|
||||
cd libv8
|
||||
git submodule update --init
|
||||
bundle install
|
||||
bundle exec rake checkout
|
||||
bundle exec rake compile
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue