summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Kanis <lars@greiz-reinsdorf.de>2020-11-28 13:36:42 +0100
committerGitHub <noreply@github.com>2020-11-28 13:36:42 +0100
commitd77419803ef92e9101b189743c9174df9079c60f (patch)
treeddfd8d6275ddcf66dff20db50a50d820cc963489
parent7865f3f28ac6b92476047b02e24fa1d97952fd5a (diff)
parentbeb293d01c8c3347b8f66bb29beca16e28207b16 (diff)
downloadffi-d77419803ef92e9101b189743c9174df9079c60f.tar.gz
Merge pull request #846 from tekin/update-install-from-source-instructions
Update install from source instructions
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 326ed47..2c1065e 100644
--- a/README.md
+++ b/README.md
@@ -66,8 +66,9 @@ From rubygems:
or from the git repository on github:
git clone git://github.com/ffi/ffi.git
- git submodule update --init --recursive
cd ffi
+ git submodule update --init --recursive
+ bundle install
rake install
## License