Skip to content

Commit

Permalink
Fix minor formatting in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Aug 4, 2023
1 parent ef8fcf6 commit 347d613
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand All @@ -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:

Expand Down

0 comments on commit 347d613

Please sign in to comment.