Update README.md

pull/268/head
Anton Medvedev 9 months ago
parent 8ced85840a
commit 26015831c7
No known key found for this signature in database

@ -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)

Loading…
Cancel
Save