From 68acc9eb6c61a07aba370de9b0cfb371d69d901c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 28 Dec 2012 17:05:21 +0000 Subject: [PATCH] docs: fix dev build instructions, mention dev suffix --- DEVELOPMENT.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 4f251236f..0061dbb65 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -115,9 +115,11 @@ or - try building with make: - make bin/hledger + make bin/hledgerdev This is usually quicker and simpler than fiddling with multiple cabal packages during development. + Note this executable will not be as optimised as the normal cabal build, and has the "dev" suffix + as a reminder of this. - try auto-building with sp: