From: Tom Jones Date: Fri, 18 Oct 2024 15:12:59 +0000 (+0000) Subject: docs: Add FreeBSD Quick Start to README.md X-Git-Tag: v25.06-rc0~211 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F26%2F41726%2F2;p=vpp.git docs: Add FreeBSD Quick Start to README.md Type: docs Change-Id: I5b69d6638721586f503cbb5d516b7b4d52e2f2d7 Signed-off-by: Tom Jones --- diff --git a/README.md b/README.md index 05036807610..2d495e9abdb 100644 --- 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