Skip to content

Install From Source

Matt Carlotta edited this page Sep 18, 2024 · 10 revisions

Run the following command to clone the source code:

git clone [email protected]:mattcarlotta/nvi.git nvi

Change directory:

cd nvi

Run the install script to build and install the binary using the default cargo parameters:

cargo install --path .

Install Man Documentation

See docs README.

Clone this wiki locally