Skip to content

Commit 61856c7

Browse files
committed
Update README.
1 parent ecd60f0 commit 61856c7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,18 @@ To get started:
3737

3838
Once the initialisation is done, just simply use `qgmail` to access the API.
3939

40+
> If you want to use `qGmail` for multiple accounts in your status bar, you can do so by specifying a different path for saving the OAuth tokens through the `-token` flag. For example:
41+
>```sh
42+
># For personal account, use default path for the token.
43+
>qgmail
44+
>
45+
># For alternate account, use another path for the token.
46+
>qgmail -token ~/.config/qgmail/alternate_token.json
47+
>```
48+
49+
### Configuration
50+
qGmail looks for configuration parameters in `~/.config/qgmail/config.json` by default, which you may override using the `-config` flag.
51+
4052
### CLI
4153
qGmail provides some CLI flags to help you configure it on the go. To know about them, just use `qgmail --help`, or `qgmail init --help`.
4254

0 commit comments

Comments
 (0)