Skip to content

Commit

Permalink
docs: Update required go version and build command
Browse files Browse the repository at this point in the history
Signed-off-by: Din Music <[email protected]>
  • Loading branch information
MusicDin committed Apr 13, 2024
1 parent 95eb738 commit f42036f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/other/local-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This document shows how to build a CLI tool manually and how to use the project
## Prerequisites

+ [Git](https://git-scm.com/)
+ [Go 1.18](https://go.dev/dl/) or greater
+ [Go 1.22](https://go.dev/dl/) or greater

## Step 1: Clone the project

Expand All @@ -28,7 +28,7 @@ cd kubitect
The Kubitect CLI tool can be manually built using Go.
Running the following command will produce a `kubitect` binary file.
```sh
go build .
go build -o kubitect ./cmd
```

To make the binary file globally accessible, move it to the `/usr/local/bin/` directory.
Expand Down

0 comments on commit f42036f

Please sign in to comment.