mruby: add instruction to README.md

This commit is contained in:
Alex Kotov 2022-02-10 01:36:08 +05:00
parent c485d94d86
commit 4cf1a2e3d6
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 18 additions and 0 deletions

View File

@ -6,3 +6,21 @@
Binding to [libkernaux](https://github.com/tailix/libkernaux) - auxiliary
library for kernel development.
Install
-------
Add the following to your `build_config.rb`:
```ruby
MRuby::Build.new do |conf|
# ...
conf.gem github: 'tailix/libkernaux',
path: 'pkgs/mruby',
branch: 'v0.1.0',
checksum_hash: '3afe745485113ea7dbf892871a4318d58c6ab753'
# ...
end
```