From e9beca01e8d74eb360ea3004959cfdd9611b5c64 Mon Sep 17 00:00:00 2001 From: Michael Dupuis Jr Date: Mon, 28 Sep 2015 13:20:46 -0400 Subject: [PATCH] Adds `make` command to installation. Adds the `make` command to the installation instructions to ensure that users are compiling before continuing. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2e52e80..faffb5a 100644 --- a/README.md +++ b/README.md @@ -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,