This commit is contained in:
David Flanagan 2016-05-06 16:53:26 -07:00
Родитель 9339e7c43d
Коммит 41f66b3437
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -9,5 +9,7 @@ server:
> git clone git@github.com:mozilla/speecher.git
> cd speecher
> npm install
> node speecher.js
> mkdir uploads # create a directory for audio uploads
> emacs sentences.txt # add some sentences to the config file
> sudo node speecher.js
```