Commit 5ef7da9
Changed files (1)
README.md
@@ -18,7 +18,8 @@ or [here](https://github.com/antongolub).
Here is how to add my badges to your profile:
- Star this repository.
-- Create `your-username/your-username` [GH profile repository](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme).
+-
+Create `your-username/your-username` [GH profile repository](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme).
- In `README.md` add the following code:
```html
@@ -51,12 +52,6 @@ jobs:
- Start **my-badges** workflow, or wait for it to run automatically.
-You can also perform these steps manually:
-- Go to `username/username` local repo.
-- Run `npx update-my-badges --user <username> --token=<token> --dryrun`.
-- Verify `my-badges` and `readme.md` changes.
-- Push a commit: `git add -- . ':!data' && git commit -m "chore: update my-bagdes"`.
-
## Configuration
| Param | ENV alias | Description | Default |
@@ -71,6 +66,13 @@ You can also perform these steps manually:
| `omit` | | List of badges to exclude. For example, if you're too shy to flex your stars: `--omit:stars-100,stars-500,stars-1000` or even shorter `--omit:stars-*` | |
| `compact` | | Represent the highest tier badges in README.md. For example, If you have both `stars-100` and `stars-500` achievements, only the last one will be shown | |
+### Manual Run
+
+- Go to `username/username` local repo.
+- Run `npx update-my-badges --user <username> --token=<token> --dryrun`.
+- Verify `my-badges` and `readme.md` changes.
+- Push a commit: `git add -- . ':!data' && git commit -m "chore: update my-bagdes"`.
+
## License
[MIT](LICENSE)