Update installation notes in readme
This commit is contained in:
10
README.md
10
README.md
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user