Skip to content

Commit

Permalink
Merge pull request #70 from MichaelDimmitt/improve-asdf-onboarding
Browse files Browse the repository at this point in the history
Update documentation to help with install experience.
  • Loading branch information
Stratus3D committed Sep 18, 2019
2 parents 6f81ccb + 82c3fed commit fa76a36
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -15,6 +15,10 @@ If you have a Debian system you can install it by typing:
asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git
```

## Check compatability elixir and erlang:

https://hexdocs.pm/elixir/master/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp

## Elixir precompiled versions

Precompiled Elixir packages are built by [Bob](https://github.com/hexpm/bob/blob/master/README.md#elixir-builds) whenever
Expand Down Expand Up @@ -79,3 +83,7 @@ to create shims for it.
## Use

Check [asdf](https://github.com/asdf-vm/asdf) readme for instructions on how to install & manage versions of Elixir.

## Helpful Articles:

https://www.cogini.com/blog/using-asdf-with-elixir-and-phoenix/

0 comments on commit fa76a36

Please sign in to comment.