Quellcode durchsuchen

Merge pull request #60 from ryanwilson/patch-1

Update Echo sample path
Tim Burks vor 8 Jahren
Ursprung
Commit
a536d38701
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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