From d4b6079807cc283820ddc43c9d9a475ca6e65a6f Mon Sep 17 00:00:00 2001 From: Rizal Widyarta Gowandy Date: Thu, 15 May 2025 16:16:50 +0700 Subject: [PATCH] Update README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f74d0ea..413eebd 100644 --- a/README.md +++ b/README.md @@ -31,16 +31,17 @@ import "github.com/rizalgowandy/cronx" Check the example [here](example/2-storage/main.go). -Run docker: +Install task: ```shell -docker-compose up +sudo snap install task --classic # linux +brew install go-task/tap/go-task # mac ``` Run the binary: ```shell -make run | jq -R -r '. as $line | try fromjson catch $line' +task run-storage ``` Then, browse to: