chore(docs): fix Markdown lint issues in the docs

This commit is contained in:
Damien Laureaux 2024-11-15 07:04:45 +01:00
parent 18529391f4
commit f3e918c3e3
No known key found for this signature in database
GPG key ID: 3802EADA1C1C604D
5 changed files with 78 additions and 78 deletions

View file

@ -6,23 +6,23 @@ To update Perplexica to the latest version, follow these steps:
1. Clone the latest version of Perplexica from GitHub:
```bash
git clone https://github.com/ItzCrazyKns/Perplexica.git
```
```bash
git clone https://github.com/ItzCrazyKns/Perplexica.git
```
2. Navigate to the Project Directory.
3. Pull latest images from registry.
```bash
docker compose pull
```
```bash
docker compose pull
```
4. Update and Recreate containers.
```bash
docker compose up -d
```
```bash
docker compose up -d
```
5. Once the command completes running go to http://localhost:3000 and verify the latest changes.
@ -30,9 +30,9 @@ docker compose up -d
1. Clone the latest version of Perplexica from GitHub:
```bash
git clone https://github.com/ItzCrazyKns/Perplexica.git
```
```bash
git clone https://github.com/ItzCrazyKns/Perplexica.git
```
2. Navigate to the Project Directory
3. Execute `npm i` in both the `ui` folder and the root directory.