From d924d88b423c7ed2fc5d2274cd7d7a510913ea85 Mon Sep 17 00:00:00 2001 From: jcamiel Date: Sat, 3 Dec 2022 23:28:05 +0100 Subject: [PATCH] Update all installation docs. --- README.md | 3 ++- docs/installation.md | 5 +++++ packages/hurl/README.md | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a04a9d3f1..5769c9aa0 100644 --- a/README.md +++ b/README.md @@ -883,7 +883,8 @@ $ brew install hurl ```shell $ sudo port install hurl ``` -#### FreeBSD + +### FreeBSD ```shell $ sudo pkg install hurl diff --git a/docs/installation.md b/docs/installation.md index 606237fe8..68ef18692 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -45,6 +45,11 @@ $ brew install hurl $ sudo port install hurl ``` +### FreeBSD + +```shell +$ sudo pkg install hurl +``` ### Windows diff --git a/packages/hurl/README.md b/packages/hurl/README.md index 777dbce07..6bb371c0b 100644 --- a/packages/hurl/README.md +++ b/packages/hurl/README.md @@ -198,6 +198,7 @@ Table of Contents * [macOS](#macos) * [Homebrew](#homebrew) * [MacPorts](#macports) + * [FreeBSD](#freebsd) * [Windows](#windows) * [Zip File](#zip-file) * [Installer](#installer) @@ -883,6 +884,11 @@ $ brew install hurl $ sudo port install hurl ``` +### FreeBSD + +```shell +$ sudo pkg install hurl +``` ### Windows