Skip to content

Commit

Permalink
Merge pull request #5 from ybur-yug/ybur-yug/update_readme_for_instal…
Browse files Browse the repository at this point in the history
…lation

Add Note On Installation
  • Loading branch information
devinus authored Aug 16, 2018
2 parents 3ea6b37 + 01034c9 commit 65d5a7b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
An Elixir module inspired by Python's [sh](http://amoffat.github.io/sh/)
package. `Sh` allows you to call any program as if it were a function.

## Adding Sh to Your Project
To use Sh with your projects, simply edit your mix.exs file and add it as a dependency:

```elixir
defp deps do
[{:sh, "~> 1.1.2"}]
end
```

## Example

```iex
Expand Down

0 comments on commit 65d5a7b

Please sign in to comment.