diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |