summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-07-25 22:24:44 -0700
committerBen Sima <ben@bsima.me>2020-07-25 23:25:05 -0700
commit01bda0f0aa87c34a30253ffd1d5b60b33644f6d8 (patch)
tree8d2ac795680b8379c44bfe7f4817753482b3b961 /README.md
parent2f32da5812583c6675bdc9ff88a3a3d5cefbb82f (diff)
bild: support incremental compilation
Closes https://github.com/bsima/biz/issues/9
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 3 insertions, 9 deletions
diff --git a/README.md b/README.md
index 35084a1..6c6edf2 100644
--- a/README.md
+++ b/README.md
@@ -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.