Ver código fonte

Merge pull request #60 from ryanwilson/patch-1

Update Echo sample path
Tim Burks 8 anos atrás
pai
commit
a536d38701
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      LINUX.md

+ 1 - 1
LINUX.md

@@ -61,7 +61,7 @@ Start a docker instance with the following command:
 
 ## Build the Echo sample
     cd
-    cd grpc-swift/Examples/Echo/Swift/SwiftPM
+    cd grpc-swift/Examples/Echo/PackageManager
     make
 
 ## Run the test client and server