Update README

This commit is contained in:
Alex Orlenko 2019-11-05 15:00:22 +00:00
parent 52e29a1e65
commit 7063c80510

View file

@ -85,6 +85,7 @@ And then (macos example):
$ cargo build
$ ln -s ./target/debug/libmy_module.dylib ./my_module.so
$ lua5.3 -e 'require("my_module").hello("world")'
hello, world!
```
## Safety