mirror of
https://github.com/Kyren223/eko.git
synced 2026-07-14 08:00:25 +00:00
Added build from source instructions in readme (incomplete?)
This commit is contained in:
14
README.md
14
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.
|
||||
|
||||
Reference in New Issue
Block a user