miniguest/INSTALL.md
2021-08-27 18:54:16 +02:00

641 B

Installation guide

First, you will need the Nix package manager. Installation instructions can be found here.

Next, the miniguest tool can be installed with

git clone https://github.com/lourkeur/miniguest
nix-env -if ./miniguest

Alternatively, if you use Nix flakes you should run

nix profile install github:lourkeur/miniguest

A Nixpkgs overlay is also available

(import (builtins.fetchGit https://github.com/lourkeur/miniguest)).overlay

For overlays in flakes, use the url github:lourkeur/miniguest?dir=tool.