From 3feae1c3d54940f80e2de4b1297fafebdf64d789 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Fri, 7 Nov 2025 14:33:03 +0800 Subject: Change instruction from pkg add to pkg install for FreeBSD as it's the one that would pull dependencies automatically More for users that are trying to figure out the command for installing the binary package, and they read this README (which is actually for builders, who could still use pkg add). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6fedc1892..a37e02f1e6 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ $ cd .. $ mv -i indra/newview/app_settings/windlight .. $ cd - $ sudo cpack -G FREEBSD -$ sudo pkg add megapahit-`cat newview/viewer_version.txt`-`uname -s`.pkg +$ sudo pkg install megapahit-`cat newview/viewer_version.txt`-`uname -s`.pkg $ cd .. $ mv -i ../windlight indra/newview/app_settings/ $ sudo pkg set -yA 1 freealut apr1 boost-libs fltk hunspell meshoptimizer minizip libnghttp2 openjpeg sdl20 vlc libvorbis -- cgit v1.2.3