Skip to content

Commit

Permalink
Fix command in CONTRIBUTING.md (#1245)
Browse files Browse the repository at this point in the history
* Typo Fix: ./botkube-agent

Signed-off-by: sadath-12 <[email protected]>

* Typo Correction

Signed-off-by: sadath-12 <[email protected]>

* Fix: go build command

Signed-off-by: syedsadath-17 <[email protected]>

* Removed Space

Signed-off-by: syedsadath-17 <[email protected]>

---------

Signed-off-by: sadath-12 <[email protected]>
Signed-off-by: syedsadath-17 <[email protected]>
  • Loading branch information
sadath-12 authored Sep 15, 2023
1 parent 51e18b9 commit 1a9c02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ For faster development, you can also build and run Botkube outside K8s cluster.
# Fetch the dependencies
go mod download
# Build the binary
go build ./cmd/botkube-agent/
go build -o botkube ./cmd/botkube-agent/
```

2. Create a local configuration file to override default values. For example, set communication credentials, specify cluster name, and disable analytics:
Expand Down

0 comments on commit 1a9c02b

Please sign in to comment.