From 93f426875b5a04aea13977a7760019ecdbb1284f Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Thu, 15 Jun 2017 21:11:07 -0400 Subject: [PATCH] Update Echo sample path --- LINUX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LINUX.md b/LINUX.md index c87aed3f6..a042a88ce 100644 --- a/LINUX.md +++ b/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