docs: 🔥 Simplified README
This commit is contained in:
parent
4168e8ea9b
commit
62efb1455f
1 changed files with 1 additions and 13 deletions
14
README.md
14
README.md
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue