diff options
| author | Joris Guyonvarch | 2026-01-01 17:13:44 +0100 |
|---|---|---|
| committer | Joris Guyonvarch | 2026-01-01 17:13:44 +0100 |
| commit | 3a76447a1a33158c479e8b5cf20550008f9302d5 (patch) | |
| tree | 63b97f38d68c6c67dd0acd03afe77f19c206386d | |
| parent | 62632ca5845e63ed6010b4f545027e3ec3e86427 (diff) | |
Update run instructions on Readme
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,7 @@ -# Getting started +# Run -Enter shell with `nix develop`, then start server with `bin/dev-server`. +```sh +nix develop --command bin/dev-server +``` Dev key is '1234'. |
