Skip to content

Commit

Permalink
doc: fix UI build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dubadub authored Nov 29, 2023
1 parent 8d49a69 commit 02abf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ On MacOS:
4. Build UI server

```
cd ui && npm run build
cd ui && npm install && npm run build
```
5. Build CookCLI from a directory with the source code:

Expand Down

0 comments on commit 02abf6f

Please sign in to comment.