Added instructions

This commit is contained in:
Josh Nussbaum
2015-09-21 19:00:49 -04:00
parent 7baf0d3f72
commit bce6ea506b

View File

@@ -19,6 +19,19 @@ end
MyLib.puts(["Hello world"]) MyLib.puts(["Hello world"])
``` ```
## Installation
```shell
hub clone joshnuss/elixir-ffi
make
```
## Running Examples
```shell
iex run examples/basic.exs
```
## License ## License
MIT MIT