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 ```