mirror of
https://github.com/antonmedv/fx
synced 2024-11-03 15:40:12 +00:00
Update README.md
This commit is contained in:
parent
6e1dd65b3e
commit
506961e9d8
28
README.md
28
README.md
@ -10,29 +10,21 @@ _* Function eXecution_
|
||||
|
||||
## 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
|
||||
brew install fx
|
||||
```
|
||||
|
||||
Or for Windows via Scoop:
|
||||
|
||||
```powershell
|
||||
```bash
|
||||
snap install fx
|
||||
```
|
||||
```bash
|
||||
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).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user