Update basic-install and release-instructions documentation for Windows Chocolatey package
Signed-off-by: Adam Rush <adamrushuk@gmail.com>pull/2638/head
parent
0bdd6ef5a4
commit
e7b413c7de
|
@ -0,0 +1 @@
|
||||||
|
Update basic-install and release-instructions documentation for Windows Chocolatey package
|
|
@ -3,9 +3,9 @@
|
||||||
- [Basic Install](#basic-install)
|
- [Basic Install](#basic-install)
|
||||||
- [Prerequisites](#prerequisites)
|
- [Prerequisites](#prerequisites)
|
||||||
- [Install the CLI](#install-the-cli)
|
- [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 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)
|
- [Install and configure the server components](#install-and-configure-the-server-components)
|
||||||
- [Command line Autocompletion](#command-line-autocompletion)
|
- [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. 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 `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)
|
- [Basic Install](#basic-install)
|
||||||
- [Prerequisites](#prerequisites)
|
- [Prerequisites](#prerequisites)
|
||||||
- [Install the CLI](#install-the-cli)
|
- [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 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)
|
- [Install and configure the server components](#install-and-configure-the-server-components)
|
||||||
- [Command line Autocompletion](#command-line-autocompletion)
|
- [Command line Autocompletion](#command-line-autocompletion)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue