forked from Archives/fx
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
|
## 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).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user