1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-11 13:05:51 +03:00
lnav/docs/02_downloads.md
2021-09-23 21:20:50 -07:00

1.4 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.