mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-08 22:23:15 +00:00
Update basic-install and release-instructions documentation for Windows Chocolatey package
Signed-off-by: Adam Rush <adamrushuk@gmail.com>
This commit is contained in:
1
changelogs/unreleased/2637-adamrushuk
Normal file
1
changelogs/unreleased/2637-adamrushuk
Normal file
@@ -0,0 +1 @@
|
||||
Update basic-install and release-instructions documentation for Windows Chocolatey package
|
||||
@@ -3,9 +3,9 @@
|
||||
- [Basic Install](#basic-install)
|
||||
- [Prerequisites](#prerequisites)
|
||||
- [Install the CLI](#install-the-cli)
|
||||
- [Option 1: macOS - Homebrew](#option-1-macos-homebrew)
|
||||
- [Option 1: macOS - Homebrew](#option-1-macos---homebrew)
|
||||
- [Option 2: GitHub release](#option-2-github-release)
|
||||
- [Option 3: Windows - Chocolatey](#option-3-windows-chocolatey)
|
||||
- [Option 3: Windows - Chocolatey](#option-3-windows---chocolatey)
|
||||
- [Install and configure the server components](#install-and-configure-the-server-components)
|
||||
- [Command line Autocompletion](#command-line-autocompletion)
|
||||
|
||||
|
||||
@@ -90,4 +90,8 @@ To make sure it's the most up-to-date:
|
||||
|
||||
1. If you don't already have one, create a [GitHub access token for Homebrew](https://github.com/settings/tokens/new?scopes=gist,public_repo&description=Homebrew)
|
||||
1. Run `export HOMEBREW_GITHUB_API_TOKEN=your_token_here` on your command line to make sure that `brew` can work on GitHub on your behalf.
|
||||
1. Run `hack/brew-update.sh`. This script will download the necessary files, do the checks, and invoke the brew helper to submit the PR, which will open in your browser.
|
||||
1. Run `hack/brew-update.sh`. This script will download the necessary files, do the checks, and invoke the brew helper to submit the PR, which will open in your browser.
|
||||
|
||||
### Post-release - Windows Chocolatey version update
|
||||
|
||||
From a Windows computer, follow the step-by-step instructions to [create the Windows Chocolatey package for Velero CLI](https://github.com/adamrushuk/velero-choco/blob/master/README.md)
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
- [Basic Install](#basic-install)
|
||||
- [Prerequisites](#prerequisites)
|
||||
- [Install the CLI](#install-the-cli)
|
||||
- [Option 1: macOS - Homebrew](#option-1-macos-homebrew)
|
||||
- [Option 1: macOS - Homebrew](#option-1-macos---homebrew)
|
||||
- [Option 2: GitHub release](#option-2-github-release)
|
||||
- [Option 3: Windows - Chocolatey](#option-3-windows-chocolatey)
|
||||
- [Option 3: Windows - Chocolatey](#option-3-windows---chocolatey)
|
||||
- [Install and configure the server components](#install-and-configure-the-server-components)
|
||||
- [Command line Autocompletion](#command-line-autocompletion)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user