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

Adds make command to installation. #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ easy to fork and contribute any changes back upstream.
$ 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
$ cd ~/.exenv/versions/0.13.3
$ make

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