Skip to content

Commit 484ca6b

Browse files
committed
added build instruction to readme
1 parent 6d75707 commit 484ca6b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,10 @@ pvm install 8.2
4141
> The install command will automatically determine the newest minor/patch versions if they are not specified
4242
4343
Will install PHP 8.2 at the latest patch.
44+
45+
## Build
46+
47+
To compile the program use:
48+
```shell
49+
GOOS=windows GOARCH=amd64 go build -o pvm.exe
50+
```

0 commit comments

Comments
 (0)