Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit 1cab8ce

Browse files
committed
Clarifies the phrase 'first time gdrive is launched'.
Newbie users, like myself, compiled several versions of gdrive because we were not getting the auth. url when running `gdrive` from terminal as pointed out by the phrase "The first time gdrive is launched ... you will be prompted for a verification code".
1 parent 401e017 commit 1cab8ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ If you want to compile from source you need the [go toolchain](http://golang.org
1212
## Installation
1313
Download `gdrive` from one of the links below. On unix systems
1414
run `chmod +x gdrive` after download to make the binary executable.
15-
The first time gdrive is launched, you will be prompted for a verification code.
15+
The first time gdrive is launched (i.e. run `gdrive about` in your
16+
terminal not just `gdrive`), you will be prompted for a verification code.
1617
The code is obtained by following the printed url and authenticating with the
1718
google account for the drive you want access to. This will create a token file
1819
inside the .gdrive folder in your home directory. Note that anyone with access

0 commit comments

Comments
 (0)