Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grammatical changes #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ 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)

### Installation Guide
##### 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:
Expand All @@ -40,10 +40,10 @@ git config --global user.email "[email protected]"
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
Expand Down