From 12c61d6792a27c2aa829418820ad4c193c7594b5 Mon Sep 17 00:00:00 2001 From: Kongqun Yang Date: Fri, 3 Mar 2017 16:13:25 -0800 Subject: [PATCH] Fix pssh README to avoid confusion Change-Id: I1ac1c4fbb75c2db6d1d960b1681afea0bac61bb8 --- packager/tools/pssh/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packager/tools/pssh/README.md b/packager/tools/pssh/README.md index f5a236d059..c2df33142d 100644 --- a/packager/tools/pssh/README.md +++ b/packager/tools/pssh/README.md @@ -25,5 +25,5 @@ the previous step: ```bash cd packager/third_party/protobuf/python -PATH=../../../../out/Debug/:"$PATH" python setup.py build +PATH=../../../../out/{Debug,Release}/:"$PATH" python setup.py build ```