aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1d46f1ac6..f42da035e 100644
--- a/README.md
+++ b/README.md
@@ -816,7 +816,7 @@ Type `run` to run monerod
There are two tools available:
-* ASAN
+#### ASAN
Configure Monero with the -D SANITIZE=ON cmake flag, eg:
@@ -826,7 +826,7 @@ cd build/debug && cmake -D SANITIZE=ON -D CMAKE_BUILD_TYPE=Debug ../..
You can then run the monero tools normally. Performance will typically halve.
-* valgrind
+#### valgrind
Install valgrind and run as `valgrind /path/to/monerod`. It will be very slow.