From 5ba0e0a00bf9afb12e6ea3ae2056d8f73d21c12b Mon Sep 17 00:00:00 2001 From: Yibing Liu Date: Tue, 21 Nov 2017 13:35:42 +0800 Subject: [PATCH] update setup in readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27dede48..0ba9b86e 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,9 @@ To avoid the trouble of environment setup, [running in docker container](#runnin ### Setup ```bash -git clone https://github.com/PaddlePaddle/models.git -cd models/deep_speech_2 +sudo apt-get install -y pkg-config libflac-dev libogg-dev libvorbis-dev swig +git clone https://github.com/PaddlePaddle/DeepSpeech.git +cd DeepSpeech sh setup.sh ```