Installation
Install executable binary
- Download an archive file from release page.
- Extract the downloaded archive and add a binary file in it to your path.
Build from source
Requirements
Go 1.18 or later (cf. Getting Started - The Go Programming Language)
Build command
$ go install github.com/mithrandie/csvq
Install using package manager
Installing using a package manager does not ensure that you always get the latest version, but it may make installation and updating easier.
Ubuntu
$ sudo add-apt-repository ppa:mithrandie/csvq
$ sudo apt update
$ sudo apt install csvq
macOS (unofficial)
- Install homebrew (cf. The missing package manager for macOS (or Linux) — Homebrew)
$ brew install csvq