Move build from source to the end of readme

This commit is contained in:
Chiran Fernando 2025-05-18 16:44:10 +05:30
parent be697b5868
commit 9f856c4279
2 changed files with 102 additions and 103 deletions

View file

@ -21,7 +21,7 @@ BUILD_OPTS := -v
# Set test options
TEST_OPTS := -v -race
.PHONY: all clean test fmt lint vet coverage help build-windows
.PHONY: all clean test fmt lint vet coverage help
# Default target
all: lint test build-linux build-linux-arm build-darwin build-windows