Skip to content

Commit 6baada2

Browse files
committed
docs: Clarify start and auth command usage in README
1 parent 43e1e5e commit 6baada2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ npx copilot-api@latest auth
6464

6565
Copilot API now uses a subcommand structure with two main commands:
6666

67-
- `start`: Start the Copilot API server (default command)
68-
- `auth`: Run GitHub authentication flow without starting the server
67+
- `start`: Start the Copilot API server (default command). This command will also handle authentication if needed.
68+
- `auth`: Run GitHub authentication flow without starting the server. This is typically used if you need to generate a token for use with the `--github-token` option, especially in non-interactive environments.
6969

7070
## Command Line Options
7171

0 commit comments

Comments
 (0)