1
0

README typos

This commit is contained in:
midefos 2024-12-31 13:59:03 +01:00
parent ed4e83a0d2
commit 517ba479ef

View File

@ -1,6 +1,8 @@
# Martillo Maldito # Martillo Maldito
**Martillo Maldito** is an `iptables` wrapper that simplifies firewall rule management in an intuitive and structured way. This CLI allows you to manage secured ports, block IPs, save rules, and more. **Martillo Maldito** is an `iptables` wrapper that simplifies firewall rule management in an intuitive and structured way.
This CLI allows you to manage secured ports, block IPs, save rules, and more.
--- ---
@ -27,8 +29,8 @@
1. Clone the repository: 1. Clone the repository:
```bash ```bash
git clone https://github.com/your_user/martillo_maldito.git git clone https://git.midefos.com/midefos/martillo-maldito.git
cd martillo_maldito cd martillo-maldito
``` ```
2. Build the project: 2. Build the project: