summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-02-15 13:57:04 -0500
committerDavid Thompson <dthompson2@worcester.edu>2015-02-15 14:33:38 -0500
commit0fc2f55bfeb1162f782b5456acf81aa495f99dbd (patch)
treef4c9b5dfa12402bea9add4550d760a7744fa950d
parentc86f914e2fe21db708d5c17c62df657f66628cbd (diff)
README: Update installation instructions.
* README.md (Installation): Tweak shell commands.
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index dc71bbf..c6736e4 100644
--- a/README.md
+++ b/README.md
@@ -25,8 +25,9 @@ Installation
------------
```
-autoreconf -vif
+./bootstrap
./configure
+make
make install
```