Skip to content

Commit 7ffa65c

Browse files
authored
Merge pull request #62 from ghostbsd/ericbsd-patch-1
Update dev tool installation in FAQ.md
2 parents 60e04d1 + 3577d2d commit 7ffa65c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

source/user/FAQ.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,10 @@ To upgrade GhostBSD, use the Update Station. It was made to upgrade GhostBSD pro
8484

8585
### Why can't I compile code or ports on GhostBSD?
8686

87-
GhostBSD does not come with **os-generic-userland-devtools** preinstall anymore. To enable the capability to compile code and ports install **os-generic-userland-devtools**.
87+
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:
8888

89+
pkg install ghostbsd-devel
90+
91+
```
92+
sudo pkg install -g 'GhostBSD*-dev'
8993
```
90-
sudo pkg install os-generic-userland-devtools
91-
```

0 commit comments

Comments
 (0)