Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 02.EnvironmentSetup/04.Linux_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ cd vcpkg
```
- Run the following command to bootstrap vcpkg:
```bash
bootstrap-vcpkg.bat
./bootstrap-vcpkg.sh
```
- This will build the vcpkg executable.
- Confirm that you have access to the vcpkg executable by running the following command inside the `vcpkg` directory:
Expand Down