diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-02-15 13:57:04 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-02-15 14:33:38 -0500 |
commit | 0fc2f55bfeb1162f782b5456acf81aa495f99dbd (patch) | |
tree | f4c9b5dfa12402bea9add4550d760a7744fa950d | |
parent | c86f914e2fe21db708d5c17c62df657f66628cbd (diff) |
README: Update installation instructions.
* README.md (Installation): Tweak shell commands.
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -25,8 +25,9 @@ Installation ------------ ``` -autoreconf -vif +./bootstrap ./configure +make make install ``` |