Skip to content

Commit

Permalink
Update installation.md (2600hz#4365)
Browse files Browse the repository at this point in the history
Fix code formatting.
  • Loading branch information
efine authored and jamesaimonetti committed Nov 28, 2017
1 parent 648c5b0 commit 6624f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ Kazoo 4 targets Erlang 19+. There are a couple ways to install Erlang:

I prefer to use a tool like [kerl](https://github.com/kerl/kerl) to manage my installations. If you want to play around with multiple versions of Erlang while hacking on Kazoo, this is probably the best way.

```shell
```shell
curl -O https://raw.githubusercontent.com/kerl/kerl/master/kerl
chmod +x kerl
mv kerl /usr/bin
kerl list releases
kerl build 19.3 19.3 # this takes a while
kerl install 19.3 /usr/local/otp-19.3
. /usr/local/otp-19.3/activate
```
```

2. Erlang Solutions

Expand Down

0 comments on commit 6624f5a

Please sign in to comment.