From c257bfaa49ed1755f41eb7d250f1fbeffae3f7a0 Mon Sep 17 00:00:00 2001 From: "Kamshory, MT" Date: Fri, 29 Sep 2017 20:54:17 +0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6250e0e..8de80e2 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,16 @@ Before using this program, you must first install "Lame" and "Sox". Lame is need To install Lame, download RPM from the repository then install it on your server. ```bash -cd /opt +cd /var/development +mkdir /var/development/sox +cd /var/development/lame curl --location http://downloads.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar.gz > lame-3.99.5.tar.gz tar zxvf lame-3.99.5.tar.gz cd lame-3.99.5 ./configure make make install -cd /opt +cd /var/development/lame rm -rf lame-3.99.5.tar.gz rm -rf lame-3.99.5 ```