Explorar el Código

Merge pull request #60 from ryanwilson/patch-1

Update Echo sample path
Tim Burks hace 8 años
padre
commit
a536d38701
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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