Skip to content

Commit

Permalink
update authorize help desc to point at setup as pre-req
Browse files Browse the repository at this point in the history
related to #29
  • Loading branch information
flavorjones committed Oct 30, 2018
1 parent 64cf57b commit 542ab3d
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions lib/calendar_assistant/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,8 @@ def setup
authenticate, grant authorization, and generate and persist an
access token.
In order for this to work, you'll need to follow the
instructions at this URL first:
> https://developers.google.com/calendar/quickstart/ruby
Namely, the prerequisites are:
\x5 1. Turn on the Google API for your account
\x5 2. Create a new Google API Project
\x5 3. Download the configuration file for the Project, and name it as `credentials.json`
In order for this to work, you'll need to have set up your API client
credentials. Run `calendar-assistant help setup` for instructions.
EOD
def authorize profile_name
return if handle_help_args
Expand Down

0 comments on commit 542ab3d

Please sign in to comment.