Skip to content

Commit

Permalink
docs: update FreeBSD installation instructions. (#824)
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Turner <[email protected]>
  • Loading branch information
bitboss-ca and Dave Turner authored Jan 31, 2025
1 parent 928ba9a commit bb9fee7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,19 @@ sudo zypper install gum

</details>

<details>
<summary>FreeBSD</summary>

```bash
# packages
sudo pkg install gum

# ports
cd /usr/ports/devel/gum && sudo make install clean
```

</details>

Or download it:

- [Packages][releases] are available in Debian, RPM, and Alpine formats
Expand Down

0 comments on commit bb9fee7

Please sign in to comment.