diff options
author | John Wiegley <johnw@newartisans.com> | 2013-09-30 11:00:58 -0700 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2013-09-30 11:00:58 -0700 |
commit | 6ebb05ebb7c2c403c172537cc1988ef12b73ab32 (patch) | |
tree | 9e034244835bbd19dc570676ec9a72d0382920ad | |
parent | 7507215a372f5d5b29602ce3aa3fc64ce05759ec (diff) | |
parent | 04fd759eb16998f9282d30f856b2c54daa312b40 (diff) | |
download | ledger-6ebb05ebb7c2c403c172537cc1988ef12b73ab32.tar.gz ledger-6ebb05ebb7c2c403c172537cc1988ef12b73ab32.tar.bz2 ledger-6ebb05ebb7c2c403c172537cc1988ef12b73ab32.zip |
Merge pull request #213 from kain88-de/readme_typo
fix README.md build command
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,7 +130,7 @@ footwork for you: ./acprep update # or, if you want to use the Boost libraries with suffix -mt, install in # $HOME/local and build with 2 processes in parallel - ./acprep update --boost-suffix=-mt -- --prefix=$HOME/local -j2 + ./acprep update --boost-suffix=-mt --prefix=$HOME/local -j2 Please read the contents of `config.log` if the configure step fails. Also, see the `help` subcommand to `acprep`, which explains some of its many |