You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/docs/02_downloads.md

446 B

layout title permalink
page Downloads /downloads

The latest version is v0.9.0.

Linux

Install from the Snap Store:

% sudo snap install lnav

MacOS

Install using Homebrew:

% brew install lnav

Source

% tar xvfz
% cd lnav-
% ./configure
% make
% make install