Update README.md

This commit is contained in:
Anton Medvedev 2022-04-23 19:50:11 +02:00
parent 6e1dd65b3e
commit 506961e9d8

View File

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