Skip to content

Commit

Permalink
Prepare for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
KnicKnic committed Jul 4, 2019
1 parent 4dac4e9 commit 8bbec61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion native-powershell
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8bbec61

Please sign in to comment.