From 81ec7c2c9db05370cfcdb204d80c7e2ffd8416a9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 1 May 2024 13:50:36 -1000 Subject: [PATCH] ;doc: DEVFAQ: edits --- doc/DEVFAQ.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/DEVFAQ.md b/doc/DEVFAQ.md index 7b972eed7..d0e158609 100644 --- a/doc/DEVFAQ.md +++ b/doc/DEVFAQ.md @@ -4,7 +4,7 @@ This is just getting started. It will absorb some of the other [Developer docs](dev.md). -## Developing hledger + ### How do I get/build the hledger source ? @@ -36,7 +36,7 @@ Or after building with cabal, $ cabal exec -- hledger [ARGS] ``` -### How do I install a build in $PATH ? +### How do I install a build in PATH ? ```cli $ stack install @@ -52,7 +52,7 @@ It will install executables to `~/.cabal/bin`: $ cabal install all:exes ``` -### How do I build/run hledger with ghc-debug support ? +### How do I build/run with ghc-debug support ? ```cli $ stack build --flag hledger:ghcdebug --flag hledger-ui:ghcdebug --flag hledger-web:ghcdebug