diff --git a/native-powershell b/native-powershell index 2252d7e..35ddd17 160000 --- a/native-powershell +++ b/native-powershell @@ -1 +1 @@ -Subproject commit 2252d7e12b776b03e56d41b2272fa7a2d6e38ea5 +Subproject commit 35ddd1737e95c975aad9714059d53f33d33e9877 diff --git a/readme.md b/readme.md index fad535e..0533c54 100644 --- a/readme.md +++ b/readme.md @@ -52,9 +52,10 @@ func main() { This project has a dependency on [native-powershell](https://github.com/KnicKnic/native-powershell). This is a c++/cli project that enables interacting with powershell through a C DLL interface. ### Using native-powershell +1. Download host.h & psh_host.dll from https://github.com/KnicKnic/native-powershell/releases 1. copy host.h into this root folder 1. Copy the compiled psh_host.dll into - 1. this root folder + 1. .\pkg\powershell 1. the location you compile your golang app from 1. the same folder where you distribute the golang binary