From 324fd67f415f0c33c566df2d9f5eb0e55f020866 Mon Sep 17 00:00:00 2001 From: Eric Turgeon <4249848+ericbsd@users.noreply.github.com> Date: Tue, 3 Sep 2024 07:53:40 -0300 Subject: [PATCH] Update FAQ.md --- source/user/FAQ.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/user/FAQ.md b/source/user/FAQ.md index f1076f4..0cf4fb1 100644 --- a/source/user/FAQ.md +++ b/source/user/FAQ.md @@ -86,8 +86,6 @@ To upgrade GhostBSD, use the Update Station. It was made to upgrade GhostBSD pro GhostBSD no longer comes with development tools preinstalled. To enable the capability to compile code and ports, install the GhostBSD*-dev packages. These packages include essential build tools, compilers, and libraries necessary for software development. Use the following command to install them: -pkg install ghostbsd-devel - ``` sudo pkg install -g 'GhostBSD*-dev' ```