summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d50f8f4c..21a430bd 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -99,7 +99,7 @@ or `g++` as follows:
mkdir build
./acprep --compiler=clang++
- cd build
+ cd build/ledger/debug
make
This will set up a debug build using clang++ (and pre-compiled headers, which
@@ -111,7 +111,7 @@ cores:
mkdir build
./acprep --compiler=clang++ --ninja
- cd build
+ cd build/ledger/debug
ninja
[Boost]: http://boost.org