From 2926310033e07642673181fc30b93edc3da01adc Mon Sep 17 00:00:00 2001 From: Lewis Cook Date: Fri, 15 May 2020 21:33:18 +0100 Subject: [PATCH] Fix intendation for FreeBSD package/port section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1b671d33c1cbce321326aae3193906f34edded8..e81f5091d0c34bcb5bea48fd6b51d90b123da3a8 100644 --- a/README.md +++ b/README.md @@ -58,11 +58,11 @@ That's all !
FreeBSD package/port -* [Freshports](https://www.freshports.org/devel/git-bug/) Install via the package manager ``` pkg install git-bugs ``` + Or from the ports collection ``` cd /usr/ports/devel/git-bug && make install clean