From c65bb248fe998ad9a2bd6bdca4b4b575a5fc0581 Mon Sep 17 00:00:00 2001 From: Abel Date: Mon, 26 Feb 2024 15:07:13 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 200ca79..c784cff 100644 --- a/README.md +++ b/README.md @@ -127,8 +127,10 @@ Finished all comparison works! **Notice:** The software assumes the current context as the source cluster by default (use `-s` or `--source` to set a different source context). The `-t` option specifies the destination/target cluster in your comparison. If it was number comparison -s is LHS and -t is RHS. **Notice:** The source cluster is typically considered the source of truth for the comparison in Kompare. - -### Prerequisites +## Prerequisites +### for use +For now you need to build the binary. +### Prerequisites for development Kompare is written in Go and has been tested on Mac Silicon Processors. It should work on other architectures and operating systems as well. Ensure you have Go 1.21.6 or higher installed.