diff --git a/README.md b/README.md index 7e13e0e..3ada142 100644 --- a/README.md +++ b/README.md @@ -66,16 +66,23 @@ MyCMD/ --- -## πŸš€ Features +## πŸš€ Key Features ✨ -- βœ… Windows-like commands (`dir`, `cd`, `mkdir`, `del`, `copy`, `type`, `cls`) -- βœ… Extensible via Java classes (easy to add new commands) -- βœ… Packaged into `.exe` using **Launch4j** -- βœ… Installer wizard using **Inno Setup** -- βœ… Works on **Windows** and **Linux** (via `jpackage`) +
+ +| Feature | Description | +|---------|-------------| +| βœ… **Windows-like Commands** | Supports `dir`, `cd`, `mkdir`, `del`, `copy`, `type`, `cls` | +| ⚑ **Extensible** | Easily add new commands via Java classes | +| πŸ–₯️ **Executable Packaging** | Packaged into `.exe` using **Launch4j** | +| πŸ› οΈ **Installer Wizard** | Simple setup using **Inno Setup** | +| 🌐 **Cross-Platform** | Works on **Windows** and **Linux** (via `jpackage`) | + +
--- + ## πŸ“¦ Requirements To build MyCMD you need: @@ -140,20 +147,27 @@ You can now use commands like: > [!NOTE] > There are many commands left like `ls` and `Ping Command` -### 🀝 Contributing +## 🀝 Contributing -- Fork the repo (or request an invite if it’s in the org) +Contributions are what make the open-source community such an amazing place to learn, inspire, and create! πŸ’ͺ -- Create a feature branch +We welcome all kinds of improvements β€” from fixing bugs πŸ› to adding new commands βš™οΈ. -- Commit your changes +### πŸͺœ Steps to Contribute -- Open a Pull Request +1. 🍴 **Fork** the repository +2. 🌿 **Create a new branch** + ```bash + git checkout -b feature/your-feature-name ## πŸ“œ License -Licensed under the Apache License -You are free to use, modify, and distribute. +🧾 **Apache License 2.0** +This project is open-source and available for anyone to use, modify, and share under the terms of the Apache License. + +> ✨ Attribution is appreciated but not required. +> πŸ“Ž For complete terms, check the [LICENSE](./LICENSE) file. +