summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Kanis <lars@greiz-reinsdorf.de>2021-04-03 15:18:16 +0200
committerLars Kanis <lars@greiz-reinsdorf.de>2021-04-03 15:18:16 +0200
commit9d7eeb7471cda75f1eb3f57d1c17147dbc8a0a42 (patch)
treec7db5855959f058c83582b1a920fbcb2f9d985a2
parent85f7db9ec51635ab8fa21e26813b6274c643aac9 (diff)
parent1d379db5e8815b45c3aced9838d06fae22b084d5 (diff)
downloadffi-9d7eeb7471cda75f1eb3f57d1c17147dbc8a0a42.tar.gz
Merge branch 'master' of github.com:ffi/ffi
-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: