From 62b68cfa3e4bd30093e0f537a5df224695015f4d Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 13 Oct 2021 14:48:07 +0200 Subject: [PATCH] Add "first steps" section --- docs/install.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 49fe10b..12eff50 100644 --- a/docs/install.md +++ b/docs/install.md @@ -24,7 +24,11 @@ Set-ExecutionPolicy Bypass -Scope Process -Force;[System.Net.ServicePointManager If you want to know what these scripts do, check out the [source code at the repository](https://gitlab.haskell.org/haskell/ghcup-hs/-/tree/master/scripts/bootstrap). Advanced users may want to perform a [manual installation](#manual-install) and GPG verify the binaries. -**Advice: Make sure to check out the [Haskell documentation](https://www.haskell.org/documentation/) after installation.** +## First steps + +1. To get started with creating a Haskell project, follow the [Getting Started with Haskell and Cabal](https://cabal.readthedocs.io/en/latest/getting-started.html) guide +2. To properly learn Haskell, run through the [CIS 194 Haskell course](https://www.cis.upenn.edu/~cis194/spring13/) including exercises +3. To learn more about Haskell Toolchain management, check out the [ghcup user guide](./guide.md) ## Supported tools