README: Update installation instructions.
authorDavid Thompson <dthompson2@worcester.edu>
Sun, 15 Feb 2015 18:57:04 +0000 (13:57 -0500)
committerDavid Thompson <dthompson2@worcester.edu>
Sun, 15 Feb 2015 19:33:38 +0000 (14:33 -0500)
* README.md (Installation): Tweak shell commands.

README.md

index dc71bbf40b2751668a8086e4b5a59ed6e2ca3be8..c6736e4801336546880a8059c976e2fac4bc415b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -25,8 +25,9 @@ Installation
 ------------
 
 ```
-autoreconf -vif
+./bootstrap
 ./configure
+make
 make install
 ```