commit fbb82fd102f926ba76c057e8315e33380805840e
parent a93d351b81c48a06876354398990f6ae01a4c13f
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 25 Apr 2017 09:49:34 +0200
Fix FreeBSD dependencies installation instructions
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -34,7 +34,7 @@ AnsiLove/C uses the `CMake` build system and requires the `GD` library and heade
- OpenBSD: `pkg_add -r cmake gd`
- NetBSD: `pkgin install cmake gd`
-- FreeBSD: `pkg add cmake gd`
+- FreeBSD: `pkg install cmake gd`
- Mac OS X: `brew install cmake gd`
- Alpine Linux: `apk add cmake gcc make musl-dev gd-dev`
- Debian / Ubuntu / Mint: `apt-get install cmake libgd-dev`