Skip to content

v0.0.2

Compare
Choose a tag to compare
@xonixx xonixx released this 07 Jul 18:06
· 149 commits to master since this release

Initial release of jsqry QuickJS-flavored

This bundles jsqry lib version 1.2.2

Delivered in this release: /~https://github.com/jsqry/jsqry-cli2/milestone/1?closed=1
Delivered in previous release: /~https://github.com/jsqry/jsqry-cli/milestone/1?closed=1

Installation

$ sudo bash -e -c "
wget /~https://github.com/jsqry/jsqry-cli2/releases/download/v0.0.2/jsqry-linux-amd64 -O/usr/local/bin/jsqry
chmod +x /usr/local/bin/jsqry
echo \"jsqry \$(jsqry -v) installed successfully\" 
"