fix(readme): why did i write this smh

This commit is contained in:
Emi Aline Boucly 2025-08-23 13:14:23 +02:00
parent 885be66d5e
commit f154184b9f

View file

@ -6,7 +6,7 @@ This project demonstrates the use of raw sockets in C for network packet capture
- Capture network packets using raw sockets
- Basic packet inspection and logging
- Cross-platform support (Linux, Windows)
- ~~Cross-platform support (Linux, Windows)~~
## Requirements
@ -17,7 +17,7 @@ This project demonstrates the use of raw sockets in C for network packet capture
1. Clone the repository:
```sh
git clone https://git.emiko.fr/Akomry/npcap.git
git clone https://git.emiko.fr/Ako/npcap.git
```
2. Build the project:
```sh