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