Fix pssh README to avoid confusion

Change-Id: I1ac1c4fbb75c2db6d1d960b1681afea0bac61bb8
This commit is contained in:
Kongqun Yang 2017-03-03 16:13:25 -08:00
parent 24ba12c18e
commit 12c61d6792
1 changed files with 1 additions and 1 deletions

View File

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