aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrian Picciano <me@mediocregopher.com>2024-10-31 16:35:37 +0100
committerBrian Picciano <me@mediocregopher.com>2024-10-31 16:36:13 +0100
commit695cd4c58fb146933ed02e61db8f553f7f9bf419 (patch)
tree3e7fa672de845a578d8544500cce0a586a5d2f91 /README.md
parent1372a5b5bc46ef2e204d787c83a17a81ffbde756 (diff)
Swap default.nix for shell.nix
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 96ebbfe..010bca1 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ A nix-based development environment is provided with the correct versions of all
development dependencies. It can be activated by doing:
```bash
-nix-shell -A shell
+nix-shell
```
The `./cmd/mediocre-caddy` binary package can be used to run a Caddy instance