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 ## Installation
```shell The package can be installed by adding elixir-ffi to your list of dependencies in mix.exs:
hub clone joshnuss/elixir-ffi
cd elixir-ffi ```elixir
make def deps do
[{:ffi, git: "https://github.com/joshnuss/elixir-ffi.git"}]
end
``` ```
## Running Examples ## Running Examples