From 7cdf0b1a067cc04d79fd336193b7abd0761ea7d6 Mon Sep 17 00:00:00 2001 From: Ryan Steinmetz Date: Fri, 29 Mar 2024 12:35:42 -0400 Subject: [PATCH] Document FreeBSD installation instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 8c3201b0b..7c0b0e086 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,18 @@ Installing: yum install proxysql OR yum install proxysql-version ``` +#### FreeBSD: + +Installing (via pkg): +```bash +pkg install proxysql +``` + +Installing (via ports): +```bash +cd /usr/ports/databases/proxysql/ && make install clean +``` + ### Service management Once the software is installed, you can use the `service` command to control the process: