From 35b49097d59a189cb01aa5873b9dd6d4875c9fc8 Mon Sep 17 00:00:00 2001 From: ajikamaludin Date: Fri, 15 Jul 2022 14:15:30 +0700 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c343a92..67fab71 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ go mod tidy ``` ### Install Protoc -Linux : Download Zip, Extrac local, add PATH +Linux : Download zip file, extract zip file to ~/.local/, add PATH ~/.local/bin +please read documentation from this link for more detail information ``` https://grpc.io/docs/protoc-installation/ ```