From f1933d8c6e9dcc66bc02655a0a9d4301b49144a2 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 14 Jan 2024 20:29:53 -0600 Subject: [PATCH] add demo instance to readme --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index 1e59cf9..f144c0a 100644 --- a/README +++ b/README @@ -9,5 +9,8 @@ metasearch2 is a single binary with no cli, configuration file, or database. if you want to configure it (like to change the default port or weights of engines) then you have to modify the source. -build it with `cargo b -r`, the resulting binary will be in +build it with `cargo b -r`, the resulting binary will be at `target/release/metasearch2`. it runs on port 28019. + +There's a demo instance at https://s.matdoes.dev, but don't use it as your +default or rely on it, please (so I don't get ratelimited by Google).