mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
1.6 KiB
1.6 KiB
layout | title | permalink |
---|---|---|
page | Downloads | /downloads |
The latest stable release is v{{ site.version }}.
The following options are available for installing lnav:
Linux
Download a statically linked 64-bit binary.
Install from the Snap Store:
$ sudo snap install lnav
MacOS
Download a statically linked 64-bit binary
Install using Homebrew:
$ brew install lnav
Source
Download the source and install any dependencies. The following commands will unpack the source tar ball, configure the build for your system, build, and then install:
$ tar xvfz lnav-{{site.version}}.tar.gz
$ cd lnav-{{site.version}}
$ ./configure
$ make
$ make install
GitHub
If you would like to contribute to the development of lnav, visit our page on GitHub.
VSCode Extension
The lnav VSCode Extension can be used to add syntax highlighting to lnav scripts.