diff options
| author | Yuval Adam <_@yuv.al> | 2024-09-24 14:05:58 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-09-24 14:05:58 +0200 |
| commit | dd092c9d01afdbf3b69b419c0843ab315540d93a (patch) | |
| tree | 41eb7d928f76ae4c08d7534654206020551b7eeb /README.md | |
| parent | 13f72ed52414e1319f71e5216b1ca5843be53bfc (diff) | |
Clarify no broadcast IP on /31 and /32
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,9 +6,10 @@ ## Dev -Run the development server: +Install dependencies and run the development server: ```bash +$ npm install $ npm run dev ``` |
