Procházet zdrojové kódy

Merge pull request #60 from ryanwilson/patch-1

Update Echo sample path
Tim Burks před 8 roky
rodič
revize
a536d38701
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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