Skip to content

Commit 43fb943

Browse files
juhalehtonenjosevalim
authored andcommitted
Fix a typo and perform minimal touch-ups on text (elixir-lang#1076)
1 parent f482b17 commit 43fb943

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ layout: default
1111

1212
The quickest way to install Elixir is through a distribution or using one of the available installers. If not available, then we recommend the precompiled packages or compiling it.
1313

14-
Note Elixir requires Erlang 18.0 or later. Many of the instructions below will automatically install Erlang for you. In case they do not, read the "Installing Erlang" section below.
14+
Note that Elixir requires Erlang 18.0 or later. Many of the instructions below will automatically install Erlang for you. In case they do not, read the "Installing Erlang" section below.
1515

1616
## Distributions
1717

@@ -63,9 +63,9 @@ If your distribution contains an old Elixir/Erlang version, see the sections bel
6363

6464
### Raspberry Pi
6565

66-
If necessary replace "jessie" with the name of your Raspian release.
66+
If necessary, replace "jessie" with the name of your Raspbian release.
6767

68-
* The Erlang Solutions repository has a prebuilt package for armhf. This saves significant time instead of recompiling natively
68+
* The Erlang Solutions repository has a prebuilt package for armhf. This saves a significant amount of time in comparison to recompiling natively
6969
* Get Erlang key
7070
* `echo "deb http://packages.erlang-solutions.com/debian jessie contrib" | sudo tee /etc/apt/sources.list.d/erlang-solutions.list`
7171
* Run: `wget http://packages.erlang-solutions.com/debian/erlang_solutions.asc`

0 commit comments

Comments
 (0)