Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 327 Bytes

install-from-source.md

File metadata and controls

26 lines (20 loc) · 327 Bytes

Install from source

Requirements

  • git;
  • make;
  • go 1.23+.

Run

Get the source code:

git clone [email protected]:hedhyw/json-log-viewer.git && cd json-log-viewer

Compile:

make build

Install:

cp ./bin/jlv /usr/local/bin
chmod +x /usr/local/bin/jlv

Use as jlv.