Skip to content

Commit

Permalink
Update dev tool FAQ.md
Browse files Browse the repository at this point in the history
This is related to ghostbsd/issues#167
  • Loading branch information
ericbsd authored Aug 15, 2024
1 parent 60e04d1 commit 9562ba3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/user/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ To upgrade GhostBSD, use the Update Station. It was made to upgrade GhostBSD pro

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

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**.
GhostBSD no longer comes with dev tools preinstalled. To enable the capability to compile code and ports, install all GhostBSD*dev packages using the following command.

```
sudo pkg install os-generic-userland-devtools
```
sudo pkg install -g 'GhostBSD*-dev'
```

0 comments on commit 9562ba3

Please sign in to comment.