Skip to content

Commit 1ec268b

Browse files
authored
Update README.md
1 parent 1fbf7ba commit 1ec268b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ bash ./patch.sh
1919
## Build protoc
2020
```bash
2121
mkdir -p src/protobuf/build
22-
pushd src/protobuf/build
22+
cd src/protobuf/build
2323
cmake -GNinja -Dprotobuf_BUILD_TESTS=OFF ..
2424
ninja -j$(nproc --all)
25-
popd
25+
cd -
2626
```
2727

2828
## Build the binary

0 commit comments

Comments
 (0)