mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-13 11:04:27 -05:00
mruby: add instruction to README.md
This commit is contained in:
parent
c485d94d86
commit
4cf1a2e3d6
1 changed files with 18 additions and 0 deletions
|
@ -6,3 +6,21 @@
|
||||||
|
|
||||||
Binding to [libkernaux](https://github.com/tailix/libkernaux) - auxiliary
|
Binding to [libkernaux](https://github.com/tailix/libkernaux) - auxiliary
|
||||||
library for kernel development.
|
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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue