diff --git a/README.md b/README.md index 2ff135a..2177c62 100644 --- a/README.md +++ b/README.md @@ -195,13 +195,19 @@ LOGAR/ ├── README.md # Comprehensive documentation ├── RELEASE_NOTES.md # Release history and changelog ├── server_config.sample.json # Central server sample configuration -└── out/ # Edge forwarder deployment packages - ├── win_client/ - │ ├── client_config.sample.json # Reference client configuration - │ └── README.md # Windows service installation & configuration guide - └── linux_client/ - ├── client_config.sample.json # Reference client configuration - └── README.md # Linux service installation & configuration guide +└── out/ # Standalone deployment documentation & sample configs + ├── linux_server/ + │ ├── README.md # Linux systemd service installation & hub guide + │ └── server_config.sample.json # Reference server configuration + ├── win_server/ + │ ├── README.md # Windows service (NSSM/Task Scheduler) installation guide + │ └── server_config.sample.json # Reference server configuration + ├── linux_client/ + │ ├── README.md # Linux service & timer installation guide + │ └── client_config.sample.json # Reference client configuration + └── win_client/ + ├── README.md # Windows service installation & configuration guide + └── client_config.sample.json # Reference client configuration ``` ---