Skip to content

Commit 4ff595b

Browse files
committed
[readme] Fixed cmake instructions
Reordered command line options, "-C" option is part of the git's general options.
1 parent 727bc4f commit 4ff595b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ colleagues.
7878
From the top-level directory of `google-cloud-cpp` run these commands:
7979

8080
```shell
81-
git clone -C $HOME https://github.com/microsoft/vcpkg.git
81+
git -C $HOME clone https://github.com/microsoft/vcpkg.git
8282
$HOME/vcpkg/bootstrap-vcpkg.sh
8383
cmake -H. -Bcmake-out/ -DCMAKE_TOOLCHAIN_FILE=$HOME/vcpkg/scripts/buildsystems/vcpkg.cmake
8484
cmake --build cmake-out -- -j $(nproc)

ci/generate-markdown/generate-readme.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ colleagues.
104104
From the top-level directory of `google-cloud-cpp` run these commands:
105105
106106
```shell
107-
git clone -C $HOME https://github.com/microsoft/vcpkg.git
107+
git -C $HOME clone https://github.com/microsoft/vcpkg.git
108108
$HOME/vcpkg/bootstrap-vcpkg.sh
109109
cmake -H. -Bcmake-out/ -DCMAKE_TOOLCHAIN_FILE=$HOME/vcpkg/scripts/buildsystems/vcpkg.cmake
110110
cmake --build cmake-out -- -j $(nproc)

0 commit comments

Comments
 (0)