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

578 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/bbjubjub2494/miniguest
nix-env -if ./miniguest

Alternatively, if you use Nix flakes you should run

nix profile install github:bbjubjub2494/miniguest

A Nixpkgs overlay is also available

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