From 347d6135d5f1ba7faf62227fb1a10ff54f2b2b5d Mon Sep 17 00:00:00 2001 From: Nikolay Yakimov Date: Fri, 4 Aug 2023 12:44:56 +0300 Subject: [PATCH] Fix minor formatting in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c0e96c13..fcfad806 100644 --- a/README.md +++ b/README.md @@ -62,11 +62,11 @@ preferred options for that: building from Hackage with `cabal-install`, or from repository with `stack` (you'll only need `stack` and maybe `git`). See below for build instructions. -This repository is also a nix flake. You can use `nix` to get it installed. - If you're completely new to Haskell, the latter, i.e. building from repo with `stack`, is the easier option in most cases. +This repository is also a nix flake. You can use `nix` to get it installed. + Alternatively, you can use a version provided by a third party. At the time of writing, pandoc-crossref is provided on the following platforms (that I am aware of): @@ -82,9 +82,9 @@ time of writing, pandoc-crossref is provided on the following platforms ### Building from Hackage with `cabal-install` -You'll need to get GHC and `cabal-install` installed first. By far the easiest way to get those is via [ghcup][]. +You'll need to get GHC and `cabal-install` installed first. By far the easiest way to get those is via [ghcup]. -[ghcup]: (https://www.haskell.org/ghcup/) +[ghcup]: https://www.haskell.org/ghcup/ Describing using `ghcup` is out of scope for this small guide, but TL;DR is this: