aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorme0wmix <me0wmix@sigaint.org>2016-01-24 18:00:22 -0700
committerme0wmix <me0wmix@sigaint.org>2016-01-24 18:00:22 -0700
commit64f4cd965ff1ebe23cb6eabf07debb5b7f463d27 (patch)
treedf81081e4902d84a5faeb5956b0f7a8be3731de4 /README.md
parentInstructions updated to include g++ package and omit optional packages (diff)
downloadmonero-64f4cd965ff1ebe23cb6eabf07debb5b7f463d27.tar.xz
My markdown-fu sucks :P
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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