borkdude / jet

CLI to transform between JSON, EDN, YAML and Transit using Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`install` script does not work

emerson-matos opened this issue · comments

I'm trying to install jet as described in the README.md#Quickstart, but the bash script isn't working, I don't know if I'm missing something

steps:

$ sudo bash <(curl -s https://raw.githubusercontent.com/borkdude/jet/master/install)
bash: /proc/self/fd/13: file or directory nonexistent
$ uname -s
Linux
$ echo $SHELL
/usr/bin/zsh

After some research I reached this post, and I have tried another way

$ sudo bash < <(curl -s https://raw.githubusercontent.com/borkdude/jet/master/install)
Downloading https://github.com/borkdude/jet/releases/download/v0.4.23/jet-0.4.23-linux-amd64.tar.gz.
Successfully installed jet in /usr/local/bin.

So the solution is to update the docs, right?