diff options
author | Tom Jones <thj@freebsd.org> | 2024-10-18 15:12:59 +0000 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2024-10-23 01:07:09 +0000 |
commit | 458fa03d64ea20644d45f2ebe1963fcedaed9555 (patch) | |
tree | d3f3509026768c8b8f25f8353f901495159dc71e | |
parent | b9a68b5b2e802f1f1ce7ac99f5393df3c0442869 (diff) |
docs: Add FreeBSD Quick Start to README.md
Type: docs
Change-Id: I5b69d6638721586f503cbb5d516b7b4d52e2f2d7
Signed-off-by: Tom Jones <thj@freebsd.org>
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
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 |