diff --git a/README.md b/README.md index de933c3..a6beddb 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,17 @@ sudo apt-get install ffmpeg ``` If you want to upload files with more weight you have to change the settings of your php.ini -If you want execute broadcasting events, you need install Redis in your server and run node/broadcast_server/socket.js +If you want execute broadcasting events, you need install Redis in your server ```bash curl -O http://download.redis.io/redis-stable.tar.gz tar xzvf redis-stable.tar.gz cd redis-stable make ``` +and run +```bash +node broadcast_server/socket.js +``` # Requirements This packages use (no need to install): diff --git a/node/broadcast_server/socket.js b/broadcast_server/socket.js similarity index 100% rename from node/broadcast_server/socket.js rename to broadcast_server/socket.js