From da779141a7379cc30c870d48295033bc16a23c66 Mon Sep 17 00:00:00 2001 From: realbadidas Date: Wed, 17 Jul 2024 08:22:28 +0200 Subject: [PATCH] docs: added missing ./ (#428) --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index dfd16ef1..480ed047 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -22,7 +22,7 @@ git clone https://github.com/Microsoft/vcpkg.git cd vcpkg ./bootstrap-vcpkg.sh ./vcpkg integrate install -vcpkg install socket-io-client +./vcpkg install socket-io-client ``` 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.