Update README.md

This commit is contained in:
Anton Medvedev 2023-09-18 16:39:52 +02:00
parent 8ced85840a
commit 26015831c7
No known key found for this signature in database

View File

@ -8,50 +8,10 @@
brew install fx
```
```sh
snap install fx
```
```sh
scoop install fx
```
```sh
pacman -S fx
```
```sh
pkg install fx
```
```sh
go install github.com/antonmedv/fx@latest
```
## Documentation
See full documentation at [fx.wtf](https://fx.wtf).
## Usage
Start the interactive viewer via:
```sh
fx data.json
```
Or:
```sh
curl ... | fx
```
Pretty print:
```sh
curl ... | fx .field
```
## License
[MIT](LICENSE)