From 64f4cd965ff1ebe23cb6eabf07debb5b7f463d27 Mon Sep 17 00:00:00 2001 From: me0wmix Date: Sun, 24 Jan 2016 18:00:22 -0700 Subject: [PATCH] My markdown-fu sucks :P --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11d215614..bd4b66878 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ https://github.com/bitcoin/bitcoin/blob/master/doc/build-openbsd.md You will have to add the serialization, date_time, and regex modules to Boost when building as they are needed by Monero. -To build: 'env CC=egcc CXX=eg++ CPP=ecpp DEVELOPER_LOCAL_TOOLS=1 BOOST_ROOT=/path/to/the/boost/you/built make release-static-64' +To build: `env CC=egcc CXX=eg++ CPP=ecpp DEVELOPER_LOCAL_TOOLS=1 BOOST_ROOT=/path/to/the/boost/you/built make release-static-64` ## Building Documentation