Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/TsudaKageyu/minhook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Maltsev <4129781+m417z@users.noreply.github.com>2020-11-13 15:05:26 +0300
committerGitHub <noreply@github.com>2020-11-13 15:05:26 +0300
commitb9dc63c455f5e79336dfebf7bfab78c0cd23682f (patch)
tree5f856c61684eef278d3489e1a7333f0e5c89d825
parentd58b151254a845dfd32cd6786c1b6298e49502a0 (diff)
Use Windows commands
-rw-r--r--README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index 1619265..042669d 100644
--- a/README.md
+++ b/README.md
@@ -87,14 +87,13 @@ I need some funds to continue developing this library. All contributions gratefu
* Initial release.
-### Building minhook - Using vcpkg
+### Building MinHook - Using vcpkg
-You can download and install minhook using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:
+You can download and install MinHook using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:
- git clone https://github.com/Microsoft/vcpkg.git
- cd vcpkg
- ./bootstrap-vcpkg.sh
- ./vcpkg integrate install
- ./vcpkg install minhook
+ git clone https://github.com/microsoft/vcpkg
+ .\vcpkg\bootstrap-vcpkg.bat
+ .\vcpkg\vcpkg integrate install
+ .\vcpkg\vcpkg install minhook
-The minhook 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.
+The MinHook 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.