diff options
Diffstat (limited to 'doc/src/guide/installation.asciidoc')
-rw-r--r-- | doc/src/guide/installation.asciidoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/guide/installation.asciidoc b/doc/src/guide/installation.asciidoc index 0c21fb0..b3ab551 100644 --- a/doc/src/guide/installation.asciidoc +++ b/doc/src/guide/installation.asciidoc @@ -82,13 +82,13 @@ MSYS2 in order to use Erlang.mk. Erlang.mk requires Erlang/OTP to be installed. The OTP team provides binaries of Erlang/OTP for all major and minor releases, -available from the http://www.erlang.org/download.html[official download page]. +available from the https://www.erlang.org/downloads[official download page]. It is recommended that you use the 64-bit installer unless technically impossible. Please follow the instructions from the installer to complete the installation. The OTP team also provides a short guide to -http://www.erlang.org/download.html[installing Erlang/OTP on Windows] +https://www.erlang.org/downloads[installing Erlang/OTP on Windows] if you need additional references. You can install Erlang/OTP silently using the `/S` switch @@ -134,7 +134,7 @@ C:\> C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syu" ==== Installing the required MSYS2 packages After following these instructions, you can install GNU Make, -Git and any other required softwares. From an MSYS2 shell, +Git and any other required software. From an MSYS2 shell, you can call `pacman` directly: [source,bash] |