Skip to content

Commit

Permalink
Merge pull request #80 from 0xdutra/master
Browse files Browse the repository at this point in the history
Adding instructions to install on FreeBSD
  • Loading branch information
fatihbaltaci authored Sep 4, 2022
2 parents 6b3776d + c90e2b7 commit 077d44a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Run Ddosify open-source on Docker Desktop with Ddosify Docker extension. More: [
brew install ddosify/tap/ddosify
```

### apk, deb, rpm, Arch Linux packages
### apk, deb, rpm, Arch Linux, FreeBSD packages

- For arm architectures change `ddosify_amd64` to `ddosify_arm64` or `ddosify_armv6`.
- Superuser privilege is required.
Expand All @@ -70,6 +70,9 @@ apk add --allow-untrusted ddosify_amd64.apk
git clone https://aur.archlinux.org/ddosify.git
cd ddosify
makepkg -sri

# For FreeBSD
pkg install ddosify
```

### Windows exe from the [releases page](https://github.com/ddosify/ddosify/releases/latest)
Expand All @@ -95,7 +98,7 @@ makepkg -sri
curl -sSfL https://raw.githubusercontent.com/ddosify/ddosify/master/scripts/install.sh | sh
```

### Go install from source (macOS, Linux, Windows)
### Go install from source (macOS, FreeBSD, Linux, Windows)

```bash
go install -v go.ddosify.com/ddosify@latest
Expand Down

0 comments on commit 077d44a

Please sign in to comment.