diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -62,14 +62,8 @@ handle the file. So for example: ## Development -To build code, do: +Jump into a development shell: - bild <ns> + nix-shell -To get in the environment for a thing, `repl`: - - repl <ns> - -And to deploy: - - push <ns> <url> +Then run `help` to see the dev commands. |