From 2927acb358ca7e86427720810bdb8bfc4218839c Mon Sep 17 00:00:00 2001 From: gkbijarniya Date: Mon, 18 Jan 2016 21:38:29 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b28d83a..dd67876 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This App is tested on Ubuntu 14.04.1 **1. Web User Creation** First of all create a normal user e.g. web -``` +```bash sudo useradd web -m sudo passwd web sudo vim /etc/sudoers @@ -17,7 +17,7 @@ web ALL=(ALL) NOPASSWD: ALL **2. Flask Installation:** -``` +```bash su - web sudo apt-get update sudo apt-get install python-pip git @@ -34,7 +34,7 @@ sudo pip install https://github.com/mitsuhiko/flask/tarball/master ``` **3. Starting the App** -``` +```bash git clone https://github.com/gkbijarniya/web_app.git cd web_app flask -a app run --host=0.0.0.0