From 9152c7b91d240eade48d0203beaace73a0967024 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Wed, 13 Jan 2021 16:58:18 -0800 Subject: [PATCH] README.md: Add nix-env installation instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 660614e..b9d21be 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,15 @@ It's a thin wrapper over Nix commands like `nix-instantiate` and `nix-copy-closu Colmena is still an early prototype. +## Installation + +Colmena doesn't have a stable release yet. +To install the latest development version to the user profile, use `default.nix`: + +``` +nix-env -if default.nix +``` + ## Tutorial Enter a shell with `colmena` with: