1
0
Fork 0
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:
Charles Lowell 2012-08-28 14:23:41 -05:00
commit 34890f5ec0
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -4,6 +4,7 @@
*.a
.rbx/
Gemfile.lock
Makefile
pkg/*
tmp/*
lib/libv8/build/*

View file

@ -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