Skip to content

Commit 5df0f1d

Browse files
author
Tom Softreck
committed
update docs
1 parent 1a1fa7c commit 5df0f1d

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

RELEASE_v1.0.0.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Fedora Cleaner v1.0.0 Release Notes
2+
3+
## 🚀 New Features
4+
5+
- **Cross-Distribution Support**: Now works on Fedora, RHEL, CentOS, Debian, Ubuntu, and other Linux distributions
6+
- **Comprehensive Build System**: Added Makefile with installation targets for different distributions
7+
- **GitHub Pages**: Set up a beautiful documentation site
8+
- **CI/CD Pipeline**: Automated testing across multiple Linux distributions
9+
- **Man Page**: Added proper documentation with `man fedora-cleaner` support
10+
11+
## 🛠️ Build & Installation
12+
13+
### Prerequisites
14+
- Bash 4.0 or higher
15+
- Root or sudo access
16+
17+
### Quick Install
18+
```bash
19+
# Download and run
20+
curl -L https://raw.githubusercontent.com/DevOpsTerminal/fedora-cleaner/main/fedora-cleaner.sh -o fedora-cleaner.sh
21+
chmod +x fedora-cleaner.sh
22+
sudo ./fedora-cleaner.sh
23+
```
24+
25+
### From Source
26+
```bash
27+
git clone https://github.com/DevOpsTerminal/fedora-cleaner.git
28+
cd fedora-cleaner
29+
sudo make install
30+
```
31+
32+
## 📦 What's Included
33+
34+
- `fedora-cleaner.sh`: Main script
35+
- `fedora-cleaner.1`: Man page
36+
- `Makefile`: Build and installation
37+
- GitHub Actions workflows for CI/CD
38+
- Documentation in `_pages/`
39+
40+
## 📜 License
41+
42+
Apache License 2.0 - See [LICENSE](LICENSE) for details.
43+
44+
## 🤝 Contributing
45+
46+
Contributions are welcome! Please read our [Contributing Guidelines](CONTRIBUTING.md) to get started.
47+
48+
## 💖 Support
49+
50+
If you find this project useful, please consider supporting its development:
51+
- [GitHub Sponsors](https://github.com/sponsors/DevOpsTerminal)
52+
- [Report Issues](https://github.com/DevOpsTerminal/fedora-cleaner/issues)

0 commit comments

Comments
 (0)