Skip to content

Commit 21bb112

Browse files
Add an intro, fix typos
1 parent 517fe7d commit 21bb112

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

getting-started.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Getting Started with Haskell
2+
============================
3+
4+
This guide is primarily oriented towards POSIX users with familiarity
5+
and access to a shell. On Windows, ``ghc`` is installed on top of
6+
``msys`` which provides a POSIX shell. This document with some changes may
7+
apply to Windows as well but it has not been tested.
8+
19
Install ``ghc`` and ``cabal``
210
-----------------------------
311

install/posix-via-shell.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Install `ghc` and `cabal` on Linux using Shell
1+
Install `ghc` and `cabal` on POSIX using Shell
22
==============================================
33

4-
The following example is for Debian 10 For other
4+
The following example is for Debian 10, for other
55
distributions replace the tar file (``.tar.xz``) URL below
6-
with an appropriate ghc tar image URL `from this page
6+
with an appropriate ``ghc`` tar image URL `from this page
77
<https://www.haskell.org/ghc/download_ghc_8_10_1.html>`_.
88

99
Install ``ghc``

0 commit comments

Comments
 (0)