Fix pssh README to avoid confusion
Change-Id: I1ac1c4fbb75c2db6d1d960b1681afea0bac61bb8
This commit is contained in:
parent
24ba12c18e
commit
12c61d6792
|
@ -25,5 +25,5 @@ the previous step:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd packager/third_party/protobuf/python
|
cd packager/third_party/protobuf/python
|
||||||
PATH=../../../../out/Debug/:"$PATH" python setup.py build
|
PATH=../../../../out/{Debug,Release}/:"$PATH" python setup.py build
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue