From 20c9660c3a67e6b5b6237accb03aafe226b10a27 Mon Sep 17 00:00:00 2001 From: Ardeman Date: Sun, 2 Mar 2025 22:43:39 +0800 Subject: [PATCH] docs: add instruction to execute binary directly --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 95bab2f..9540381 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,12 @@ make run This command will compile and execute your Go application. +Or you can execute the compiled binary at `bin/legalgo` by: + +```bash +./bin/legalgo +``` + --- **Note:** Ensure that your `Makefile` is correctly set up to handle these commands. If not, you may need to create