Update installation notes in readme

This commit is contained in:
Josh Nussbaum
2016-06-08 17:48:26 -04:00
parent 6e8abe055e
commit cda4a91f26

View File

@@ -23,10 +23,12 @@ MyLib.puts(["Hello World from C stdlib"])
## Installation
```shell
hub clone joshnuss/elixir-ffi
cd elixir-ffi
make
The package can be installed by adding elixir-ffi to your list of dependencies in mix.exs:
```elixir
def deps do
[{:ffi, git: "https://github.com/joshnuss/elixir-ffi.git"}]
end
```
## Running Examples