diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -27,7 +27,6 @@ Building Shirabe requires: * Direnv (optional) Nix flake supported; use `nix develop` to enter the development shell. -TODO: support `nix build` ## Build @@ -38,6 +37,12 @@ $ composer install --no-dev --working-dir=composer $ cargo build --release ``` +### Nix + +``` +$ nix build +``` + ## Test |
