Chocolatey package for the distribution of released versions of neovim
Chocolatey package for the distribution of released versions of neovim
version
tag.release notes
tag.$url
and $url64
checksum
and checksum64
"c:\ProgramData\chocolatey\tools\checksum.exe" nvim-win32.zip -t=sha256
-t
depends on what you have specified in your checksumType
choco install neovim
choco install neovim --pre
choco-neovim
is this repo.
sudo docker pull chocolatey/choco
sudo docker run -ti --rm -v $PWD/choco-neovim:/data chocolatey/choco:latest /bin/bash
choco pack
choco install neovim --pre -s '%cd%' -fy
choco uninstall neovim --pre -s '%cd%' -fy
choco install neovim --source . -fy
choco uninstall neovim --source . -fy
choco apikey --key <key> --source https://push.chocolatey.org
choco push <package> --source https://push.chocolatey.org
# Or in one command
choco push <package> --api-key <key> --source https://push.chocolatey.org