Skip to content

Commit

Permalink
Use Windows commands
Browse files Browse the repository at this point in the history
  • Loading branch information
m417z committed Nov 13, 2020
1 parent d58b151 commit b9dc63c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit b9dc63c

Please sign in to comment.