docs: 🔥 Simplified README

This commit is contained in:
Daniel Sy 2025-03-25 19:47:53 +01:00
parent 4168e8ea9b
commit 62efb1455f
Signed by: Daniel.Sy
GPG key ID: 1F39A8BBCD2EE3D3

View file

@ -4,24 +4,12 @@ A DDOS tool that can be used to attack Kubernetes services and arbitrary URLs.
## Installation ## Installation
Instructions on how to install and set up LOIC. Instructions on how to build and start LOIC.
```bash ```bash
# Clone the repository
git clone https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/Daniel.Sy/loic-go.git
# Navigate to the project directory
cd loic-go
# Install dependencies # Install dependencies
go mod tidy go mod tidy
```
## Building with Go
Instructions on how to build and start LOIC using Go.
```bash
# Build LOIC # Build LOIC
go build -o loic go build -o loic