From a61041b7fa8983bbf3acde50f2bd7339246ab214 Mon Sep 17 00:00:00 2001 From: "brian.orwe" Date: Fri, 1 Sep 2023 22:55:15 +0300 Subject: [PATCH] Update README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 3f451f4..91f6048 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,18 @@ With Go awesomeness, was able to use the [wakatime-cli](https://github.com/wakat +## Build from Source: + +Just do the simple commands bellow. + +```sh +go mod tidy && go build +``` + + + + + ## Contributions: This is an opensource project, be free to fork, contribute Pull Requests, or even post on the issue tracker. \ No newline at end of file