From c13c84901a17098f8a31b709192cf109f6caf683 Mon Sep 17 00:00:00 2001 From: Anas Sheashaey Date: Thu, 14 Nov 2024 19:53:37 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48a13db..9883fd0 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,11 @@ I would be surprised if it worked for you. - Clone repo - `cargo build --release` inside repo. -- `./target/release/zync --host --port --` +- `./target/release/zync --host --port ` + - Without args, defaults to `0.0.0.0:4918` + - Use `--host 127.0.0.1` to allow other devices to connect. - On each Zotero instance, point your WebDAV URL to `http://:` + - On other devices, you don't reach the server with `127.0.0.1`. - Note: `http` not `https` ## Future Plans