From 22f68ebf48d3ef129b8f1c8e36bccecb34840c32 Mon Sep 17 00:00:00 2001 From: Gourav Manchanda Date: Tue, 10 Oct 2017 14:28:24 +0530 Subject: [PATCH] Minor changes in documentation Create a Database - line changed Ref: https://github.com/nikssardana/gdriveTorrent/issues/1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbd1418..9263492 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ install.sh start_server - Then, copy the access token from your browser and paste it into the terminal. -- Create database: +- Create a database: `Env/bin/python gdriveTorrent/manage.py migrate`