Skip to content

Commit 5676b04

Browse files
author
Damian Rouson
committed
Fix links and typos in INSTALL.md
1 parent 365a83f commit 5676b04

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

INSTALL.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ Download this file as a PDF document
1313
[here](http://md2pdf.herokuapp.com/sourceryinstitute/opencoarrays/blob/master/INSTALL.pdf).
1414

1515
* [End-User Installation]
16-
* [Installation Script]
17-
* [OS X]
16+
* [macOS]
1817
* [Windows]
1918
* [Linux]
19+
* [Virtual machine]
20+
* [Installation Script]
2021
* [Advanced Installation from Source]
2122
* [Prerequisites]
2223
* [CMake]
@@ -28,8 +29,8 @@ End-User Installation
2829

2930
Most users will find it easiest and fastest to use package management software to install OpenCoarrays.
3031
Package management options for macOS (formerly known as OS X), Windows, and Linux are described first
31-
below. Also described below are options for installing via an OpenCoarrays installation script or
32-
via the Sourcery Institute virtual machine.
32+
below. Also described below are options for installing via the Sourcery Institute virtual machine or
33+
the OpenCoarrays installation script.
3334

3435
### macOS ###
3536

@@ -80,15 +81,12 @@ upgrade methods are described in the discussion thread starting with [commit com
8081

8182
### Linux ###
8283

83-
The [Arch Linux] distribution provides an [aur package] for installing OpenCoarrays.
84-
Users of other Linux distributions who prefer not to build OpenCoarrays from source might
85-
access OpenCoarrays via the the Lubuntu Linux virtual machine from the
86-
[Sourcery Institute Store] after installing the version of [VirtualBox] that is suitable
87-
for the relevant Linux distribution. Alternatively, if you desire to install using other
88-
Linux package management software such as [dnf] or [apt-get], please submit a feature
89-
request via our [Issues] page.
84+
The [Arch Linux] distribution provides an [aur package] for installing OpenCoarrays. Users of
85+
other Linux distributions may install the [Virtual machine] or use the [Installation Script].
86+
Alternatively, if you desire to install using other Linux package Linux package management
87+
software such as [dnf] or [apt-get], please submit a feature request via our [Issues] page.
9088

91-
## Virtual machine
89+
## Virtual machine ##
9290

9391
Users of macOS, Windows, or Linux have the option to use OpenCoarrays by installing the Lubuntu
9492
Linux virtual machine from the [Sourcery Institute Store]. The virtual machine boots inside
@@ -97,11 +95,12 @@ and OpenCoarrays, the virtual machine contains dozens of other open-source softw
9795
that support modern Fortran software development. See the [download and installation instructions]
9896
for a partial list of the included packages.
9997

100-
### Installation Script###
98+
## Installation Script ##
10199

100+
If the above package management or virtualization options are infeasible or unavailable,
102101
Linux and macOS users may also install OpenCoarrays by downloading and uncompressing our
103-
[latest release] and running the installation script in the top-level source directory
104-
(see above for the corresponding [Windows] script):
102+
[latest release] and running our installation script in the top-level OpenCoarrays source
103+
directory (see above for the corresponding [Windows] script):
105104
```
106105
tar xvzf OpenCoarrays-x.y.z.tar.gz
107106
cd OpenCoarrays-x.y.z

0 commit comments

Comments
 (0)