Document FreeBSD installation instructions

pull/4502/head
Ryan Steinmetz 2 years ago committed by Miro Stauder
parent ea477abe77
commit 7cdf0b1a06

@ -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:

Loading…
Cancel
Save