Skip to content

Commit 38e74e1

Browse files
authored
Update README.md
Mention of the usage "make install".
1 parent 60975da commit 38e74e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GoldHEN Plugin SDK - a PRX hook/patch SDK for Orbis OS
1+
# GoldHEN Plugin SDK - a PRX hook/patch SDK for the OOSDK
22

33
[![Build library check](https://github.com/GoldHEN/GoldHEN_Plugins_SDK/actions/workflows/build_lib.yml/badge.svg)](https://github.com/GoldHEN/GoldHEN_Plugins_SDK/actions/workflows/build_lib.yml)
44
[![MIT Licensed](https://img.shields.io/github/license/GoldHEN/GoldHEN_Plugins_SDK.svg?maxAge=2592000)](https://github.com/GoldHEN/GoldHEN_Plugins_SDK/blob/main/LICENSE)
@@ -17,7 +17,8 @@ Just build all files from `source/` as C source code, and include stuff from `in
1717
## Including the SDK as a static library
1818

1919
If you are sure you won't be rebuilding the GoldHEN SDK, then you can include stuff from `include/`,
20-
run `make` for Linux or `build_static.bat` for Windows to build a static library `libGoldHEN_Hook.a` and then use it in your project for the implementation of the headers.
20+
run `make` for Linux or `build_static.bat` for Windows, if you wish to to build a static library
21+
and then use it in your project for the implementation of the headers, run `make install`.
2122

2223
# Troubleshooting log crashes
2324

0 commit comments

Comments
 (0)