diff --git a/README.md b/README.md index b4b42fb..9329d1d 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,19 @@ end MyLib.puts(["Hello world"]) ``` +## Installation + +```shell +hub clone joshnuss/elixir-ffi +make +``` + +## Running Examples + +```shell +iex run examples/basic.exs +``` + ## License MIT