From 4f718627d6c111b073230e5b8af74a1e6f9ba149 Mon Sep 17 00:00:00 2001 From: Andrea Rogers Date: Thu, 25 Apr 2024 06:39:47 +0000 Subject: [PATCH] README: Add FreeBSD package names. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0017d52..6dfa717 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ $ make install ### BSD and Mac Make sure you have the GNU Coreutils (for `ginstall`) and GNU Make (`gmake`) -installed from your ports tree. On MacPorts these are provided with the -`coreutils` and `gmake` ports, respectively. +installed from your ports tree. On MacPorts and FreeBSD these are provided with +the `coreutils` and `gmake` ports/packages, respectively. Once you've GNU-ified your system, you can install my dotties with: ```