docs: correct typo in npm start command
This commit is contained in:
parent
0b7989c3d3
commit
5c6018a0f9
1 changed files with 1 additions and 1 deletions
|
|
@ -41,6 +41,6 @@ To update Perplexica to the latest version, follow these steps:
|
|||
3. Check for changes in the configuration files. If the `sample.config.toml` file contains new fields, delete your existing `config.toml` file, rename `sample.config.toml` to `config.toml`, and update the configuration accordingly.
|
||||
4. After populating the configuration run `npm i`.
|
||||
5. Install the dependencies and then execute `npm run build`.
|
||||
6. Finally, start the app by running `npm rum start`
|
||||
6. Finally, start the app by running `npm run start`
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue