projects
/
srt2vtt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c86f914
)
README: Update installation instructions.
author
David Thompson
<dthompson2@worcester.edu>
Sun, 15 Feb 2015 18:57:04 +0000
(13:57 -0500)
committer
David Thompson
<dthompson2@worcester.edu>
Sun, 15 Feb 2015 19:33:38 +0000
(14:33 -0500)
* README.md (Installation): Tweak shell commands.
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/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
```