You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by jo...@apache.org on 2020/09/27 14:21:13 UTC

[dubbo-samples] 02/26: Replace `linux` with `ARCH`

This is an automated email from the ASF dual-hosted git repository.

joezou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git

commit be7157235ea141242ccac3613cdb2e685d9da4fd
Author: z2z23n0 <zh...@foxmail.com>
AuthorDate: Mon Jun 22 21:52:34 2020 +0800

    Replace `linux` with `ARCH`
---
 golang/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/golang/README.md b/golang/README.md
index a58e353..6c202f4 100644
--- a/golang/README.md
+++ b/golang/README.md
@@ -85,7 +85,7 @@ go server
 ```bash
 cd helloworld/dubbo/go-server
 sh ./assembly/$ARCH/$ENV.sh
-cd ./target/linux/user_info_server-0.3.1-20190517-0930-release
+cd ./target/$ARCH/user_info_server-0.3.1-20190517-0930-release
 # $SUFFIX is a suffix of config file,
 # such as server_zookeeper.yml when $SUFFIX is "zookeeper", 
 # if $SUFFIX = "", default server.yml
@@ -99,7 +99,7 @@ go client
 ```bash
 cd helloworld/dubbo/go-client
 sh ./assembly/$ARCH/$ENV.sh
-cd ./target/linux/user_info_client-0.3.1-20190517-0921-release
+cd ./target/$ARCH/user_info_client-0.3.1-20190517-0921-release
 # $SUFFIX is a suffix of config file,
 # such as client_zookeeper.yml when $SUFFIX = zookeeper", 
 # if $SUFFIX = "", config file is client.yml


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org