From e486ca1dc7f799b26826da268607caa651fc4b7d Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Sat, 7 Mar 2026 12:23:15 +1100 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c07461c..57856b3 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ Both are open-source, self-hosted, privacy-respecting metasearch engines. Here's | | HeySearch | SearXNG | |---|---|---| -| **Setup** | `docker run -p 8000:8000 ghcr.io/…/hey-search` — one command, zero config | Requires YAML config, engine tuning, often breaks out of the box | -| **UI** | Modern, clean React UI with dark mode, background images, image lightbox | Functional but dated — not optimised for mobile or daily use | +| **Setup** | `docker compose up -d` — one command, zero config | Requires YAML config, engine tuning, sometimes breaks | +| **UI** | Modern, clean React UI with dark mode, background images, image lightbox | Functional but dated — not mobile friendly | | **AI agent friendly** | Clean JSON REST API, OpenAPI docs at `/docs`, designed to be queried programmatically | API exists but less documented; HTML-heavy responses | | **Bookmarks** | Built-in bookmark manager for results | ❌ | | **Search history** | Full search history with timestamps, re-run any past query in one click | ❌ |