fix typo in script name

This commit is contained in:
Kayvan Sylvan
2025-05-23 17:51:41 -07:00
parent 4446b456ba
commit 1f5d3db3fb
2 changed files with 2 additions and 2 deletions

View File

@@ -24,13 +24,13 @@ There are a few days to install and run the Web UI.
To install the Web UI using `npm`, from the top-level directory:
```bash
./web/scripts/npn-install.sh
./web/scripts/npm-install.sh
```
To use pnpm (preferred and recommended for a huge speed improvement):
```bash
./web/scripts/pnpn-install.sh
./web/scripts/pnpm-install.sh
```
The app can be run by navigating to the `web` directory and using `npm install`, `pnpm install`, or your preferred package manager. Then simply run `npm run dev`, `pnpm run dev`, or your equivalent command to start the app. *You will need to run fabric in a separate terminal with the `fabric --serve` command.*