Skip to content

Commit 02abf6f

Browse files
authored
doc: fix UI build instructions
1 parent 8d49a69 commit 02abf6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ On MacOS:
162162
4. Build UI server
163163

164164
```
165-
cd ui && npm run build
165+
cd ui && npm install && npm run build
166166
```
167167
5. Build CookCLI from a directory with the source code:
168168

0 commit comments

Comments
 (0)