mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-09-27 01:56:03 +08:00
update Windows installation info
This commit is contained in:
@@ -81,7 +81,7 @@ opctl version
|
||||
|
||||
## Windows
|
||||
|
||||
Download the attached Windows executable and move it to a folder that is in your PATH environment variable.
|
||||
Download the [attached executable](https://github.com/onepanelio/core/releases/download/v%s/opctl-windows-amd64.exe), rename it to "opctl" and move it to a folder that is in your PATH environment variable.
|
||||
`
|
||||
|
||||
var repositories = []string{
|
||||
@@ -125,7 +125,7 @@ func printMarkDown(issues []*issue, version *string) {
|
||||
}
|
||||
}
|
||||
|
||||
releaseTemplate := fmt.Sprintf(releaseTemplate, *version, *version)
|
||||
releaseTemplate := fmt.Sprintf(releaseTemplate, *version, *version, *version)
|
||||
fmt.Println(releaseTemplate)
|
||||
fmt.Println("# Changelog")
|
||||
if sections["feat"] != "" {
|
||||
|
Reference in New Issue
Block a user