From 7f53e96a9330909945a4e47fd2fabe325e6d43a7 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Sun, 15 Dec 2019 09:12:49 +0700 Subject: [PATCH] Add curl|bash --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dbc2387..855590a 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,16 @@ Command-line JSON processing tool ## Install ```bash -$ npm install -g fx +npm install -g fx ``` Or via Homebrew ```bash -$ brew install fx +brew install fx +``` +Or download standalone binary from [releases](https://github.com/antonmedv/fx/releases) +```bash +curl -L https://bit.ly/get-fx | bash ``` - -Or download standalone binary from [releases](https://github.com/antonmedv/fx/releases) page. ## Usage