FIX: Typo in README

This commit is contained in:
Ber Gutman 2024-10-13 23:43:04 +02:00
parent 5352a83a8b
commit 015235acc5

View file

@ -79,7 +79,7 @@ There are mainly 2 ways of installing Perplexica - With Docker, Without Docker.
5. Ensure you are in the directory containing the `docker-compose.yaml` file and execute: 5. Ensure you are in the directory containing the `docker-compose.yaml` file and execute:
```bash ```bash
docker-compose --profile bundled up -d docker compose --profile bundled up -d
``` ```
**Note**: `--profile bundled` installs SearXNG locally. If you are using an externally managed SearXNG instance omit this profile. **Note**: `--profile bundled` installs SearXNG locally. If you are using an externally managed SearXNG instance omit this profile.