mirror of
https://github.com/icewind1991/ivory.git
synced 2026-06-03 18:54:07 +02:00
bumb api version and add basic readme to example
This commit is contained in:
parent
6163651511
commit
4d469a7e25
2 changed files with 11 additions and 2 deletions
9
examples/helloworld/README.md
Normal file
9
examples/helloworld/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Example
|
||||
|
||||
## Usage
|
||||
|
||||
- build with `cargo +nightly build`
|
||||
- run php with the module and call the defined method
|
||||
```bash
|
||||
php -d extension=target/debug/libhelloworld.so -r 'helloworld();'`
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue