From 00d575a17828e2c59d1aa24b2f4c4098eceb882e Mon Sep 17 00:00:00 2001 From: realbadidas Date: Wed, 17 Jul 2024 02:17:34 +0200 Subject: [PATCH] added missing ./ --- 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.