Skip to content

Commit 9da3753

Browse files
authored
docs(readme): fix badges and remove CI section (#38)
* docs(readme): remove CI non-interactive mode section Nobody initializes a repo from CI - the init command is for maintainers setting up rnr in their project. * docs(readme): use static badges for private repo shields.io cannot access GitHub API for private repos, so using static badges with for-the-badge style that link to the workflows. * docs(readme): use GitHub native badges for workflow status GitHub native badges show actual status and work for private repos. shields.io cannot access GitHub API for private repos. * docs(readme): restore shields.io dynamic badges with for-the-badge style
1 parent 95ca43d commit 9da3753

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,6 @@ Which platforms should this project support?
7878
Selected: 1.95 MB total
7979
```
8080

81-
Or use non-interactive mode for CI:
82-
```bash
83-
./rnr init --platforms linux-amd64,macos-arm64,windows-amd64
84-
./rnr init --all-platforms
85-
./rnr init --current-platform-only
86-
```
87-
8881
### What Gets Created
8982

9083
```

0 commit comments

Comments
 (0)