From 882daee7dc2988a467418541cf5362f06eb12777 Mon Sep 17 00:00:00 2001 From: ndhai Date: Thu, 30 May 2024 23:27:47 +0700 Subject: [PATCH] chore: update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21fdee6..4d978fb 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,13 @@ This project is a simple example of how to use gRPC with Spring Cloud Gateway, w ### Generate protobuf file -```shell -protoc.exe --proto_path=src\main\resources\proto --descriptor_set_out=src\main\resources\proto\greeting.pb src\main\resources\proto\greeting.proto +```shell + .\gradlew build +``` +```shell + .\gradlew.bat build ``` + ### Run project ```shell