diff options
| author | Maxim Abramchuk <[email protected]> | 2016-01-20 13:40:30 +0300 |
|---|---|---|
| committer | Maxim Abramchuk <[email protected]> | 2016-01-20 13:40:30 +0300 |
| commit | 7d6f2beaaafe137358f29bc716f4f9ca14bc6ffd (patch) | |
| tree | 90a6fc5113899ef0ac76fde37b6b90bcc4071d08 | |
| parent | 99e10b8dc44cd7e362f23706cc94a3e0ac840ed7 (diff) | |
| download | mruby-7d6f2beaaafe137358f29bc716f4f9ca14bc6ffd.tar.gz mruby-7d6f2beaaafe137358f29bc716f4f9ca14bc6ffd.zip | |
Add installation instructions
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
