diff options
Diffstat (limited to 'README_production.md')
-rw-r--r-- | README_production.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README_production.md b/README_production.md index e7b99e1..c693282 100644 --- a/README_production.md +++ b/README_production.md @@ -30,7 +30,7 @@ This README provides documentation to help deploy Yaksh in a production environm To deploy this app follow the steps below: 1. Clone this repository and cd to the cloned repo. - git clone https://github.com/FOSSEE/online_test.git + $ git clone https://github.com/FOSSEE/online_test.git 1. Run: python manage.py syncdb @@ -102,7 +102,7 @@ Development Settings To install this app follow the steps below: 1. Clone this repository and cd to the cloned repo. - ```git clone https://github.com/FOSSEE/online_test.git``` + ```$ git clone https://github.com/FOSSEE/online_test.git``` 1. Run: |