mirror of
https://github.com/Valkyrie00/bold-brew.git
synced 2026-03-14 14:25:53 +01:00
docs: comprehensive README update with v2.0.0 features and Project Bluefin recognition
Major documentation overhaul highlighting new capabilities and official adoption
This commit is contained in:
parent
f5320c1000
commit
e4ee1b90ab
1 changed files with 16 additions and 27 deletions
43
README.md
43
README.md
|
|
@ -91,7 +91,6 @@ bbrew
|
|||
#### Other
|
||||
- `Ctrl+R` - Refresh package database
|
||||
- `Q` - Quit application
|
||||
- `?` - Show help (if available)
|
||||
|
||||
## 📋 What's New in v2.0.0
|
||||
|
||||
|
|
@ -128,6 +127,22 @@ bbrew
|
|||
<p><em>Fuzzy search in action</em></p>
|
||||
</div>
|
||||
|
||||
## 📊 Platform Support
|
||||
|
||||
| Platform | Support | Notes |
|
||||
|----------|---------|-------|
|
||||
| 🍎 **macOS** | ✅ Full | Native Homebrew support |
|
||||
| 🐧 **Linux** | ✅ Full | Linuxbrew/Homebrew support |
|
||||
|
||||
## 🛡️ Security
|
||||
|
||||
Security is a priority for Bold Brew. We use:
|
||||
- **govulncheck** - Go vulnerability database scanning
|
||||
- **gosec** - Static security analysis
|
||||
- **Automated CI/CD** - Security checks on every PR and push
|
||||
|
||||
Found a security issue? Please report it privately via [GitHub Security Advisories](https://github.com/Valkyrie00/bold-brew/security/advisories).
|
||||
|
||||
## 🔧 Development
|
||||
|
||||
### Prerequisites
|
||||
|
|
@ -177,15 +192,6 @@ Contributions are welcome! Please:
|
|||
5. 🚀 Push to the branch (`git push origin feat/amazing-feature`)
|
||||
6. 📬 Open a Pull Request
|
||||
|
||||
### Commit Message Format
|
||||
We follow Conventional Commits:
|
||||
- `feat:` - New features
|
||||
- `fix:` - Bug fixes
|
||||
- `docs:` - Documentation changes
|
||||
- `refactor:` - Code refactoring
|
||||
- `chore:` - Maintenance tasks
|
||||
- `test:` - Test updates
|
||||
|
||||
## 🦸Contributors
|
||||
Bold Brew exists thanks to the efforts of these wonderful people
|
||||
|
||||
|
|
@ -197,29 +203,12 @@ Bold Brew exists thanks to the efforts of these wonderful people
|
|||
|
||||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
||||
|
||||
## 🛡️ Security
|
||||
|
||||
Security is a priority for Bold Brew. We use:
|
||||
- **govulncheck** - Go vulnerability database scanning
|
||||
- **gosec** - Static security analysis
|
||||
- **Automated CI/CD** - Security checks on every PR and push
|
||||
|
||||
Found a security issue? Please report it privately via [GitHub Security Advisories](https://github.com/Valkyrie00/bold-brew/security/advisories).
|
||||
|
||||
## 📊 Platform Support
|
||||
|
||||
| Platform | Support | Notes |
|
||||
|----------|---------|-------|
|
||||
| 🍎 **macOS** | ✅ Full | Native Homebrew support |
|
||||
| 🐧 **Linux** | ✅ Full | Linuxbrew/Homebrew support |
|
||||
|
||||
## 💖 Support
|
||||
|
||||
- 🌟 [Star the project](https://github.com/Valkyrie00/bold-brew)
|
||||
- 🐛 [Report a bug](https://github.com/Valkyrie00/bold-brew/issues/new?labels=bug)
|
||||
- 💡 [Request a feature](https://github.com/Valkyrie00/bold-brew/issues/new?labels=enhancement)
|
||||
- 📣 Share the project with your friends
|
||||
- ☕ [Sponsor the project](https://github.com/sponsors/Valkyrie00) (if available)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue