Update README.md

This commit is contained in:
Yehowshua 2025-01-28 11:28:49 +00:00
parent 8d8b72b6b6
commit 6cdda562eb

View file

@ -5,7 +5,7 @@ Elm app.
# Building
```bash
nix-shell -p elmPackages.elm cargo uglify-js
nix-shell
make serve RELEASE=1 # can also do DEBUG=1 instead
```