summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/building.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/building.md b/docs/building.md
index f32bda997..156e2471a 100644
--- a/docs/building.md
+++ b/docs/building.md
@@ -322,7 +322,7 @@ have the Nix environment automatically activate when you enter your clone of
this repository:
```bash
-echo 'use flake' >> .envrc
+echo 'use flake' > .envrc
direnv allow
```