Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2 from duksis/fix_readme_install_elixir
Browse files Browse the repository at this point in the history
Fixes elixir installation instructions in README
  • Loading branch information
Yuki Ito committed Jun 15, 2014
2 parents e2ab35e + b4530b5 commit 7254228
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -84,11 +84,11 @@ easy to fork and contribute any changes back upstream.
$ exec $SHELL

5. Install Elixir versions into `~/.exenv/versions`. For example, to
install Elixir 0.7.0, download and unpack the source, then run:
install Elixir 0.13.3, download and unpack the source, then run:

$ wget https://github.com/downloads/elixir-lang/elixir/v0.7.0.zip
$ unzip v0.7.0.zip -d v0.7.0
$ mv v0.7.0 ~/.exenv/versions/0.7.0
$ wget https://github.com/elixir-lang/elixir/archive/v0.13.3.zip
$ unzip v0.13.3.zip
$ mv elixir-0.13.3/ ~/.exenv/versions/0.13.3

6. Rebuild the shim binaries. You should do this any time you install
a new Elixir binary (for example, when installing a new Elixir version,
Expand Down

0 comments on commit 7254228

Please sign in to comment.