‹ projects

vmc

a voice model creator for CMU Sphinx
Log | Files | Refs | README | LICENSE

commit 44f56c450f588e0d1e5eae80f6a28b9b19f7b96e
parent a1a49162af8fc2d3aa9fee3e586f13a30b87b4fc
Author: umhau <umhau@alum.gcc.edu>
Date:   Sun, 11 Jun 2017 20:54:17 -0400

make the code formatting nicer.

Diffstat:
MREADME.md | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -27,11 +27,11 @@ an AMD64 computer running Mint 18 would look like this: Commands: - $ cd ~/Downloads - $ git clone https://github.com/umhau/vmc.git - $ cd ./vmc - $ sudo bash ./installdependencies.sh ~/tools - $ sudo bash ./installvmc.sh + cd ~/Downloads + git clone https://github.com/umhau/vmc.git + cd ./vmc + sudo bash ./installdependencies.sh ~/tools + sudo bash ./installvmc.sh See use examples in the next section.