Skip to content

Commit

Permalink
add auth flag comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kpertsch committed Jul 28, 2023
1 parent 5d3c0d7 commit cff9f53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ Next, authenticate your Google account with:
```
gcloud auth login
```
This will open a browser window that allows you to log into your Google account. Ideally, use the email address that
This will open a browser window that allows you to log into your Google account (if you're on a headless server,
you can add the `--no-launch-browser` flag). Ideally, use the email address that
you used to communicate with Karl, since he will automatically grant permission to the bucket for this email address.
If you want to upload data with a different email address / google account, please shoot Karl a quick email to ask
to grant permissions to that Google account!
Expand Down

0 comments on commit cff9f53

Please sign in to comment.