From 1889635f535c6bac76c4c537beb1833a5fe82257 Mon Sep 17 00:00:00 2001 From: Shaddy Garg Date: Sat, 6 Oct 2018 17:23:10 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ae3c6104..8c28da13 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ $ python manage.py shell > from stream_sockets.models import Song_model > Song_model.objects.create() ``` -Press Ctrl-D +Now exit from the shell using the EOF (Ctrl+D for linux). 6. Run the app(on localhost:8000) ```shell @@ -61,9 +61,9 @@ $ npm install $ npm start ``` 8. Browser part - 1. Open localhost:3000/stream on a window preferably on the PC connected by speakers (Song will play on this window) - 2. Go to localhost:3000 and make a new user before using it you have to approve the user - 3. Using Drag and Drop menu at localhost:8000/ approve users. + 1. Open localhost:3000/stream (or 127.0.0.1/stream) on a window preferably on the PC connected by speakers (Song will play on this window) + 2. Open localhost:3000 and make a new user before using it you have to approve the user + 3. Using Drag and Drop menu at localhost:8000/ an admin can approve users. 3. Login using the user you have created and enjoy the streaming and best use of common speakers at your workplace or home. # Acknowledgements