forked from DGNum/colmena
README.md: Add nix-env installation instructions
This commit is contained in:
parent
f3bf3dc492
commit
9152c7b91d
1 changed files with 9 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue