Skip to content

Commit 615c0e4

Browse files
committed
Corrected link and typo in INSTALL.md
1 parent f73f102 commit 615c0e4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

INSTALL.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</a>
2525

2626
As of release 1.2.0, users might consider installing by downloading and uncompressing
27-
an [OpenCoarrays release file] and running the installation script in the top-level
27+
a file from our [Releases] page and running the installation script in the top-level
2828
source directory:
2929

3030
tar xvzf opencoarrays-x.y.z.tar.gz
@@ -35,7 +35,7 @@ Before installing OpenCoarrays, the above bash script will attempt to detect the
3535
of the default prequisite packages: [GCC], [MPICH] , and [CMake] packges. If any of the
3636
aforementioned packages appears to be absent from the user's PATH environment variable,
3737
the [install.sh] script will attempt to download, build, and install any missing packages
38-
after asking permission to do. The script has been tested on Linux and OS X. Please
38+
after asking permission to do so. The script has been tested on Linux and OS X. Please
3939
submit any related problems or questions to our [Issues] page.
4040

4141
A complete installation should result in the creation of the following directories
@@ -256,4 +256,6 @@ where the second line builds the flex package that is required for building gcc
256256
[Installing GCC]: https://gcc.gnu.org/install/
257257
[Arch Linux]: https://www.archlinux.org
258258
[aur package]: https://aur.archlinux.org/packages/opencoarrays/
259+
[Releases]: https://github.com/sourceryinstitute/opencoarrays/releases
260+
259261

0 commit comments

Comments
 (0)