From 2c8e0288d30831017ff60161bd5da3b77defcdcd Mon Sep 17 00:00:00 2001 From: qijungu Date: Sat, 31 Mar 2018 13:15:27 -0500 Subject: [PATCH] README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 16ee9ce..873a6b6 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,12 @@ In short, the computer to share screen runs this Python script that captures scr 1. pip install Flask-Bootstrap pyscreenshot -2. In a directory, **git clone https://gitlab.com/qijungu/screenshare.git**. You will have a new directory "screenshare" with code inside. +2. In a directory, run "**git clone https://gitlab.com/qijungu/screenshare.git**". You will have a new directory "screenshare" with code inside. -3. The command to run is "python screenshare.py [port]". Default port is 18331. Example commands are below. +3. The command to run is "**python screenshare.py [port]**". Default port is 18331. Example commands are below. - python screenshare.py # host screenshots on port 18331 +> python screenshare.py # host screenshots on port 18331 - python screenshare.py 80 # host screenshots on port 80 +> python screenshare.py 80 # host screenshots on port 80 -4. On other computers, open a web browser and browse "http://serverip:port". For example, if the serverip is 192.168.0.101 and the service port is 18331, then other computers should browse "http://192.168.0.101:18331". +4. On other computers, open a web browser and browse "**http://serverip:port**". For example, if the serverip is 192.168.0.101 and the service port is 18331, then other computers should browse "http://192.168.0.101:18331".