From 93aea4ee60b97a4549dd294e88722333aada27e9 Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Tue, 30 Apr 2024 18:47:38 +0800 Subject: [PATCH] doc: using the default browser for CLI --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 284ec26..28dec9d 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,12 @@ Options: See 'gpclient help ' for more information on a specific command. ``` +To use the default browser for authentication with the CLI version, you need to use the following command: + +```bash +sudo -E gpclient connect --default-browser +``` + ### GUI The GUI version is also available after you installed it. You can launch it from the application menu or run `gpclient launch-gui` in the terminal.