From ee33fcaf80cefa08d76f647b37cfbf6e31465a24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=A1ba?= Date: Wed, 8 Oct 2025 12:41:31 +0200 Subject: [PATCH] Aktualizovat README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 527aef1..c41d05c 100644 --- a/README.md +++ b/README.md @@ -27,5 +27,13 @@ Download binary from the [latest release](https://github.com/lovelaze/nebula-syn ```sh wget https://github.com/lovelaze/nebula-sync/releases/download/v0.11.1/nebula-sync_0.11.1_linux_arm64.tar.gz ``` +Run binary +```sh +# run +nebula-sync run + +# read envs from file +nebula-sync run --env-file .env +``` ### Keepalive \ No newline at end of file