We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b45b26 commit 5d3ac5bCopy full SHA for 5d3ac5b
readme.md
@@ -2,6 +2,12 @@
2
3
HTTP to gRPC gateway standalone. An example of go-zero gateway.
4
5
+## Install
6
+
7
+```shell
8
+go install github.com/kevwan/gateway@latest
9
+```
10
11
## Usage
12
13
Example config:
@@ -41,4 +47,4 @@ gateway -f config.yaml
41
47
42
48
## Give a Star! ⭐
43
49
44
-If you like or are using this project, please give it a **star**. Thanks!
50
+If you like or are using this project, please give it a **star**. Thanks!
0 commit comments