summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Kanis <lars@greiz-reinsdorf.de>2021-03-12 22:05:37 +0100
committerGitHub <noreply@github.com>2021-03-12 22:05:37 +0100
commit1d379db5e8815b45c3aced9838d06fae22b084d5 (patch)
tree380d0ae8095fa5551422949925dd0cd2a79abc9c
parent1fb309c728bf5680c01b3781cbadea85cc6cf53b (diff)
parent90b59b25298c433cfacb279338bf4617552c56f3 (diff)
downloadffi-1d379db5e8815b45c3aced9838d06fae22b084d5.tar.gz
Merge pull request #891 from bbuchalter/patch-1
Update README with instructions for submodules
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index ac84466..5845f26 100644
--- a/README.md
+++ b/README.md
@@ -62,6 +62,10 @@ On JRuby and TruffleRuby, there are no requirements to install the FFI gem, and
From rubygems:
[sudo] gem install ffi
+
+From a Gemfile using git or GitHub
+
+ gem 'ffi', github: 'ffi/ffi', submodules: true
or from the git repository on github: