From 6ed8ee90c2dfc4fb1bc7fa8cc038fa7352821166 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Mon, 21 Jul 2025 16:28:28 +0300 Subject: [PATCH] Added build from source instructions in readme (incomplete?) --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 5d46eaf..1173e40 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,20 @@ The Discord alternative for Terminal nerds. ### From source +Clone the repository + +``` +git clone https://github.com/kyren223/eko +``` + +Build the executable (make sure you have `go` installed) + +``` +cd eko && go build -o ./eko ./cmd/client +``` + +Move the executable to somewhere in your path so you can access it from anywhere + ## Usage Once installed, run `eko` in a terminal.