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

34 lines
446 B
Markdown

---
layout: page
title: Downloads
permalink: /downloads
---
The latest version is [**v0.9.0**](https://github.com/tstack/lnav/releases/latest).
## Linux
Install from the [Snap Store](https://snapcraft.io/lnav):
```shell
% sudo snap install lnav
```
## MacOS
Install using [Homebrew](https://formulae.brew.sh/formula/lnav):
```shell
% brew install lnav
```
## Source
```shell
% tar xvfz
% cd lnav-
% ./configure
% make
% make install
```