You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ The binary of this plugin is published with a release URL and is used by externa
7
7
The published plugin's binary can be downloaded and loaded by creating a new plugin client using HashiCorp's go-plugin, which manages the lifecycle of this plugin and establishes the RPC connection.
8
8
9
9
### How to run locally
10
-
Run the below command from the project root directory, which creates a plugin's binary with the name `gerrit-translator-cdevents`
11
-
````go
12
-
go build -o gerrit-translator-cdevents ./pkg/
10
+
Run the `make` command from the project root directory, which creates a plugin's binary with the name `gerrit-translator-cdevents`
0 commit comments