Update install docs with known upstream packages (#195)

* Document Homebrew installation, already ustreamed

* Document Arch Linux official package installation

* Document Scoop package installation

* Clarify source vs. distro package installation instructions
sleep-stdin-bug
Caleb Maclennan 2 years ago committed by GitHub
parent 915c1e9fa7
commit 6ef3aa5573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,14 +10,28 @@ _* Function eXecution_
## Install
Using Golang to build & install from source:
```bash
go install github.com/antonmedv/fx@latest
```
Or via Homebrew
Or for Arch Linux:
```bash
pacman -S fx
```
Or for MacOS via Homebrew:
```bash
TODO
brew install fx
```
Or for Windows via Scoop:
```powershell
scoop install fx
```
Or download [pre-built binary](https://github.com/antonmedv/fx/releases).

Loading…
Cancel
Save