From 5c6018a0f9c498da28df3b08889b7c9ccf7a1f40 Mon Sep 17 00:00:00 2001 From: Dave Date: Sun, 1 Jun 2025 06:35:16 +0200 Subject: [PATCH 1/2] docs: correct typo in npm start command --- docs/installation/UPDATING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/UPDATING.md b/docs/installation/UPDATING.md index 972142f..66edf5c 100644 --- a/docs/installation/UPDATING.md +++ b/docs/installation/UPDATING.md @@ -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` --- From 3b46baca4f3ef35c7fa3c0605d2738b58976b2dd Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 2 Jun 2025 05:52:31 +0200 Subject: [PATCH 2/2] docs(readme): fix typo in npm start command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18c9f84..8a0c78e 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ There are mainly 2 ways of installing Perplexica - With Docker, Without Docker. 2. Clone the repository and rename the `sample.config.toml` file to `config.toml` in the root directory. Ensure you complete all required fields in this file. 3. After populating the configuration run `npm i`. 4. Install the dependencies and then execute `npm run build`. -5. Finally, start the app by running `npm rum start` +5. Finally, start the app by running `npm run start` **Note**: Using Docker is recommended as it simplifies the setup process, especially for managing environment variables and dependencies.