diff options
author | Georg J.P. Link <linkgeorg@gmail.com> | 2019-03-21 18:38:45 -0500 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2019-03-22 09:35:33 +0700 |
commit | 99b91760912a68c99ed604ab8bd00a2007719066 (patch) | |
tree | 3c2490cf4fca60e17d572885a3010ce4effb4408 /INSTALL.md | |
parent | 720751f8d4a3fedf625a029410d791d9d4b255eb (diff) | |
download | fork-ledger-99b91760912a68c99ed604ab8bd00a2007719066.tar.gz fork-ledger-99b91760912a68c99ed604ab8bd00a2007719066.tar.bz2 fork-ledger-99b91760912a68c99ed604ab8bd00a2007719066.zip |
fix typo
Signed-off-by: Georg J.P. Link <linkgeorg@gmail.com>
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,7 +143,7 @@ A: Here's commands that one user used to make this work, for Boost 1.51.0 for other versions of Boost as well. YMMV on other distributions and/or other Debian distribution versions, though. - - Preparing and building Boos + - Preparing and building Boost $ export BOOST_VERSION=1.57.0 $ cd /somewhere/you/want/to/build/boost |