From f55c24766c07d8950a10de180ffd96a851e055e6 Mon Sep 17 00:00:00 2001 From: ami-chuu Date: Sun, 2 Nov 2025 04:54:25 +0300 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9f8baf..454a830 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ -# log-archive-tool -The tool to archive logs from the CLI with the date and time. +# Log Archive Tool +The tool to archive logs from the CLI with the date and time. +[Roadmap.sh project page](https://roadmap.sh/projects/log-archive-tool) +## Installation ## +``` +git clone https://github.com/ami-chuu/log-archive-tool +cd log-archive-tool +chmod +x setup.sh +./setup.sh +``` +## Usage ## +``` +log-archive +``` +## Output ## +``` +Start archiving... +/var/log/nginx/access.log +/var/log/nginx/error.log +The archive has been saved at /var/log/log-archives/logs-archive_20251102_041057.tar.gz +```