README: Update installation instructions.
[srt2vtt.git] / README.md
index dc71bbf40b2751668a8086e4b5a59ed6e2ca3be8..c6736e4801336546880a8059c976e2fac4bc415b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -25,8 +25,9 @@ Installation
 ------------
 
 ```
 ------------
 
 ```
-autoreconf -vif
+./bootstrap
 ./configure
 ./configure
+make
 make install
 ```
 
 make install
 ```