aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index ba84d1ba..cfc017a8 100644
--- a/README.md
+++ b/README.md
@@ -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