Skip to content

Commit

Permalink
doc: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuullll committed Dec 31, 2024
1 parent a5ad19c commit b78a1f1
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 @@ -77,7 +77,7 @@ conda env list | findstr cp311_libuv

4. In the `WebUI` directory, execute the `fetch-build-resources` script, replacing `<path_to_cp311_libuv_conda_env>` with the actual path you copied in the previous step:
```
npm run fetch-build-resrouces -- --conda_env_dir=<path_to_cp311_libuv_conda_env>
npm run fetch-build-resources -- --conda_env_dir=<path_to_cp311_libuv_conda_env>
```

5. Run the `prepare-build` script:
Expand Down

0 comments on commit b78a1f1

Please sign in to comment.