From c0f36cd347a1631c33d6cefa0ad65ec9193d56e6 Mon Sep 17 00:00:00 2001 From: lovelaze Date: Sun, 11 Aug 2024 00:04:59 +0200 Subject: [PATCH] docs: Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 55c7bc5..d698370 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,18 @@ This project is not a part of the [official Pi-hole project](https://github.com/ ## Installation +### Linux/OSX binary +Download binary from the [latest release](https://github.com/lovelaze/nebula-sync/releases/latest) +```bash + +# run once +nebula-sync run + +# run and sync every hour +export CRON="* * * * *" +nebula-sync run +``` + ### Docker Compose (recommended) ```yaml