summaryrefslogtreecommitdiffstats
path: root/packaging/installer
diff options
context:
space:
mode:
authorzvarnes <39716849+zvarnes@users.noreply.github.com>2020-05-19 17:59:08 -0400
committerGitHub <noreply@github.com>2020-05-20 07:59:08 +1000
commitdabbaa958752e326e5b464ee1ae1a7bc0752c293 (patch)
tree573091690a2621e7fe2f5971cf01f83d2ed3f249 /packaging/installer
parent08d78ac256251603ce2a7e7b1c7240044b0a6f1e (diff)
Include 'cmake' in the list of pkgs installed (#9031)
cmake is requred for websockets to be installed, but it isn't included here. Suggestion to add it!
Diffstat (limited to 'packaging/installer')
-rw-r--r--packaging/installer/methods/freebsd.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/installer/methods/freebsd.md b/packaging/installer/methods/freebsd.md
index ca1de9fb81..decec89af9 100644
--- a/packaging/installer/methods/freebsd.md
+++ b/packaging/installer/methods/freebsd.md
@@ -22,7 +22,7 @@ This is how to install the latest Netdata version from source on FreeBSD:
```sh
# install required packages
-pkg install bash e2fsprogs-libuuid git curl autoconf automake pkgconf pidof Judy liblz4 libuv json-c
+pkg install bash e2fsprogs-libuuid git curl autoconf automake pkgconf pidof Judy liblz4 libuv json-c cmake
# download Netdata
git clone https://github.com/netdata/netdata.git --depth=100