Update the instructions

This commit is contained in:
PhoebeHui 2023-11-09 23:45:32 -08:00
parent b91a378e3b
commit 51dbaad50d

View File

@ -83,10 +83,6 @@ would be replaced by <tt>core.so</tt>.
Alternatively, you can build and install LuaSocket using vcpkg dependency manager: Alternatively, you can build and install LuaSocket using vcpkg dependency manager:
<pre class=example> <pre class=example>
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install luasocket ./vcpkg install luasocket
</pre> </pre>