From: David Thompson Date: Sun, 15 Feb 2015 18:57:04 +0000 (-0500) Subject: README: Update installation instructions. X-Git-Url: https://jxself.org/git/?p=srt2vtt.git;a=commitdiff_plain;h=0fc2f55bfeb1162f782b5456acf81aa495f99dbd README: Update installation instructions. * README.md (Installation): Tweak shell commands. --- 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 ```