summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-09-24 14:05:58 +0200
committerYuval Adam <_@yuv.al>2024-09-24 14:05:58 +0200
commitdd092c9d01afdbf3b69b419c0843ab315540d93a (patch)
tree41eb7d928f76ae4c08d7534654206020551b7eeb /README.md
parent13f72ed52414e1319f71e5216b1ca5843be53bfc (diff)
Clarify no broadcast IP on /31 and /32
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 637c7e0..73952a7 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,10 @@
## Dev
-Run the development server:
+Install dependencies and run the development server:
```bash
+$ npm install
$ npm run dev
```