Skip to content

Commit

Permalink
Merge pull request #40 from ziyaddin/patch-1
Browse files Browse the repository at this point in the history
Fix documentation typos
  • Loading branch information
nikssardana authored Oct 15, 2017
2 parents 9b42c53 + 9441df7 commit 771b88b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Gdrive Torrent

## Introduction
A Django Application that allows you to download torrents directly to your Google Drive. It is useful for use when you are behind a firewall that does not allow torrents to be downloaded directly.
A Django application that allows you to download torrents directly to your Google Drive. It is useful for use when you are behind a firewall that does not allow torrents to be downloaded directly.

## Requirements
- python2 (https://www.python.org/downloads/)
Expand Down Expand Up @@ -43,7 +43,7 @@ install.sh start_server

`gdrive init`

- Open the url specified in `gdrive` and give appropriate permissions.
- Open the URL specified in `gdrive` and give appropriate permissions.

- Then, copy the access token from your browser and paste it into the terminal.

Expand All @@ -59,7 +59,7 @@ install.sh start_server

`sudo Env/bin/python gdriveTorrent/manage.py runserver 0.0.0.0:8000`

- Open the url: *your ip address:8000* in your browser and login with the admin credentials you just created.
- Open the URL: *your ip address:8000* in your browser and login with the admin credentials you just created.

## Note

Expand Down

0 comments on commit 771b88b

Please sign in to comment.