Adding installation for FeeBSD (#204)

This commit is contained in:
Gabriel M. Dutra 2022-05-06 02:40:05 -03:00 committed by GitHub
parent 0b9019a2c5
commit 9cf72f0407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,9 @@ scoop install fx
pacman -S fx pacman -S fx
``` ```
```bash ```bash
pkg install fx
```
```bash
go install github.com/antonmedv/fx@latest go install github.com/antonmedv/fx@latest
``` ```