Skip to content

Commit da77914

Browse files
authored
docs: added missing ./ (#428)
1 parent 57054e1 commit da77914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ git clone https://github.com/Microsoft/vcpkg.git
2222
cd vcpkg
2323
./bootstrap-vcpkg.sh
2424
./vcpkg integrate install
25-
vcpkg install socket-io-client
25+
./vcpkg install socket-io-client
2626
```
2727

2828
The Socket.IO client port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.

0 commit comments

Comments
 (0)