diff --git a/README.md b/README.md index 83fa29b..41ea252 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ You can view recently downloaded videos here. ![screenshot from 2017-06-17 23-18-02](https://user-images.githubusercontent.com/24290847/27255197-f6a77b12-5388-11e7-942b-955b657b436b.png) ![screenshot from 2017-06-17 23-18-24](https://user-images.githubusercontent.com/24290847/27255196-f6a5b818-5388-11e7-8c3b-10d3d2c573aa.png) ##### SignUp and become a member -You can only avail all the features if you have registered. +You can avail all the features only if you have registered. ![screenshot from 2017-06-17 23-18-38](https://user-images.githubusercontent.com/24290847/27255206-35de3d7a-5389-11e7-9a7a-2aed00eeb14d.png) ![screenshot from 2017-06-17 23-18-45](https://user-images.githubusercontent.com/24290847/27255207-35e2bc38-5389-11e7-94ef-5e2fbd7f3144.png) @@ -22,7 +22,7 @@ You can only avail all the features if you have registered. ##### Installing and Setting up Git **Step-1**: Installing Git •For macOS: -Install Xcode from the App Store this will automatically install git in your system.To check the version of git open the terminal and type "git --version". +Install Xcode from the App Store, this will automatically install git in your system. To check the version of git, open the terminal and type "git --version". •For Ubuntu: Open the terminal and type the following commands: @@ -40,10 +40,10 @@ git config --global user.email "eparis@atlassian.com" Replace the above username and email with your own username and email. **Step-3**: Cloning a git repository -1.Go to the repository you want to clone and click on fork. +1.Go to the repository you want to clone and click on "Fork". 2.Then click on "Clone or Download".Copy the URL on your clipboard. 3.Open terminal/command prompt and type "git clone (and paste the URL)". -4.Use "cd (name of the repository" command to go to that repository in your system. +4.Use "cd (name of the repository)" command to go to that repository in your system. 5.To check the items inside the repository use "ls" command. ##### Installing and Running Django