Skip to content

Commit

Permalink
Change install method to yarn install (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkehfdl1 authored Feb 16, 2025
1 parent 64877b0 commit 24cc5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/gui/gui.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ you should change the `NEXT_PUBLIC_HOST_URL` and `NEXT_PUBLIC_API_URL` in the `.
After that, run the following commands for building and running the GUI application.

```bash
npm install
yarn install
npm run build
npm run start
```
Expand Down

0 comments on commit 24cc5f2

Please sign in to comment.