Skip to content

Commit 8360995

Browse files
committed
Clarify github authentication example.
1 parent 479b68f commit 8360995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Once installed, you should be able to run `statamic {command name}` from within
2525
When you install starter kits, the CLI might present you with a warning that the GitHub API limit is reached. [Generate a Personal acces token](https://github.com/settings/tokens/new) and paste it in your terminal with this command so Composer will save it for future use:
2626

2727
```bash
28-
composer config [--global] github-oauth.github.com token
28+
composer config --global github-oauth.github.com [your_token_here]
2929
```
3030

3131
Read more on this in the [Composer Docs](https://getcomposer.org/doc/articles/authentication-for-private-packages.md).

0 commit comments

Comments
 (0)