docs: Add FreeBSD Quick Start to README.md 26/41726/2
authorTom Jones <[email protected]>
Fri, 18 Oct 2024 15:12:59 +0000 (15:12 +0000)
committerDave Wallace <[email protected]>
Wed, 23 Oct 2024 01:07:09 +0000 (01:07 +0000)
Type: docs
Change-Id: I5b69d6638721586f503cbb5d516b7b4d52e2f2d7
Signed-off-by: Tom Jones <[email protected]>
README.md

index 0503680..2d495e9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -90,6 +90,13 @@ For this to work you will need a working installation of Vagrant. Instructions
 for this can be found [on the Setting up Vagrant wiki page]
 (https://wiki.fd.io/view/DEV/Setting_Up_Vagrant).
 
+### Quick-start: FreeBSD
+
+VPP is packaged in the FreeBSD ports system. Binary packages are available and
+can be installed with the following command:
+
+    # pkg install vpp
+
 
 ## More information