Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
Added install section
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Aug 16, 2016
1 parent a92d73a commit ff635e6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,15 @@ This is the [Multihash](https://github.com/multiformats/multihash) implementatio

## Install

TODO
To use ex_multihash add to your `mix.exs` file:

```elixir
defp deps do
[
{:ex_multihash, "~> 1.0"}
]
end
```

## Usage

Expand Down

0 comments on commit ff635e6

Please sign in to comment.