From 68863334369d941a07994bd974283a97882370f6 Mon Sep 17 00:00:00 2001 From: Pouria Mousavizadeh Tehrani Date: Mon, 19 Feb 2024 18:45:54 +0330 Subject: [PATCH] Add FreeBSD Instruction: Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6131d68..c83e31e 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,9 @@ If you are using Ubuntu linux (17.04 or later), you can install webhook using `s #### Debian If you are using Debian linux ("stretch" or later), you can install webhook using `sudo apt-get install webhook` which will install community packaged version (thanks [@freeekanayaka](https://github.com/freeekanayaka)) from https://packages.debian.org/sid/webhook +#### FreeBSD +If you are using FreeBSD, you can install webhook using `pkg install webhook`. + ### Download prebuilt binaries Prebuilt binaries for different architectures are available at [GitHub Releases](https://github.com/adnanh/webhook/releases).