summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTomoyuki Sahara <[email protected]>2016-01-21 22:09:17 +0900
committerTomoyuki Sahara <[email protected]>2016-01-21 22:09:17 +0900
commit1c4428880b2f0f0fcd81ea2debc5f4459a7ed53c (patch)
tree90a6fc5113899ef0ac76fde37b6b90bcc4071d08
parent99e10b8dc44cd7e362f23706cc94a3e0ac840ed7 (diff)
parent7d6f2beaaafe137358f29bc716f4f9ca14bc6ffd (diff)
downloadmruby-1c4428880b2f0f0fcd81ea2debc5f4459a7ed53c.tar.gz
mruby-1c4428880b2f0f0fcd81ea2debc5f4459a7ed53c.zip
Merge pull request #57 from MaximAbramchuck/patch-1
Add installation instructions
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 71f3f5090..7e6a48f1d 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,12 @@ mruby-io
IO, File module for mruby
+## Installation
+Add the line below to your `build_config.rb`:
+
+```
+ conf.gem :github => 'iij/mruby-io'
+```
## Implemented methods