From 53231d928de43ab49332d8db7de4a2fa11b39a61 Mon Sep 17 00:00:00 2001 From: Eshwar Andhavarapu Date: Thu, 24 May 2012 01:50:57 +0300 Subject: [PATCH] Corrected grammar slightly :) --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index a5ce004..0f9ed05 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Grive 0.1.0 -Grive is still considered experimental. It just download all the files in your google drive -in the current directory. After you make some changes to the local files, run grive and +Grive is still considered experimental. It just downloads all the files in your google drive +into the current directory. After you make some changes to the local files, run grive and it will upload your changes back to your google drive. There are a few things that grive does not do at the moment: @@ -9,15 +9,15 @@ There are a few things that grive does not do at the moment: - create new files in google drive. Grive only uploads changed files that already exist in server. -Of course there will be done in future, possibly the next release. +Of course these will be done in future, possibly the next release. This is compiled in Fedora 16 x64. You need the following libraries to run: json-c, libcurl, libstdc++ and openssl. CppUnit is also optional and required only if you want to build the test cases. -For the first time running grive, you should use the "-a" argument to grant +When grive is ran for the first time, you should use the "-a" argument to grant permission to grive to access to your Google Drive. An URL should be printed. -Go to the page. You will need to login to your google account if you haven't +Go to the link. You will need to login to your google account if you haven't done so. After granting the permission to grive, the browser will show you an authenication code. Copy-and-paste that to the standard input of grive.