summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMaxim Abramchuk <[email protected]>2016-01-20 13:40:30 +0300
committerMaxim Abramchuk <[email protected]>2016-01-20 13:40:30 +0300
commit7d6f2beaaafe137358f29bc716f4f9ca14bc6ffd (patch)
tree90a6fc5113899ef0ac76fde37b6b90bcc4071d08
parent99e10b8dc44cd7e362f23706cc94a3e0ac840ed7 (diff)
downloadmruby-7d6f2beaaafe137358f29bc716f4f9ca14bc6ffd.tar.gz
mruby-7d6f2beaaafe137358f29bc716f4f9ca14bc6ffd.zip
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