Skip to content

Commit

Permalink
Chore - Readme Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Chahine committed Mar 15, 2018
1 parent 7360338 commit 6976a7b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ pandroid {
}
```

First of all, you need access to the dropbox folder used by this plugin. Follow this [link](https://www.dropbox.com/1/oauth2/authorize?client_id=bq8usftpqgqqhmn&response_type=token&redirect_uri=http://localhost) and authorize the application. Once given access, you should see the `access_token` in the url. Then export the access token to your environment variables:

```bash
export PANDROID_DROPBOX_TOKEN=<access_token>
```

And then run:

```bash
Expand Down

0 comments on commit 6976a7b

Please sign in to comment.