summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 fc9d918..d8ced5b 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ To build code, do:
To get in the environment for a thing, use `nix run`. For example, if
you want `ghci` with packages for `ibb`, do this:
- nix run -f default.nix Com.InfluencedByBooks.ghc && ghci
+ nix run -f default.nix Com.InfluencedByBooks.Server.env && ghci
And to deploy: