Removed debain as a installation method

This commit is contained in:
Mike Farah 2023-03-15 21:17:04 +11:00
parent a466821e8f
commit 9d2210b152
1 changed files with 6 additions and 9 deletions

View File

@ -56,6 +56,12 @@ Take a look at the discussions for [common questions](https://github.com/mikefar
## Install ## Install
{% hint style="warning" %}
Please note that the Debian package (previously supported by @rmescandon) is no longer maintained. Please use an alternative installation method.
{% endhint %}
### [Download the latest binary](https://github.com/mikefarah/yq/releases/latest) ### [Download the latest binary](https://github.com/mikefarah/yq/releases/latest)
### wget ### wget
@ -286,15 +292,6 @@ Supported by Tuan Hoang
https://pkgs.alpinelinux.org/package/edge/community/x86/yq https://pkgs.alpinelinux.org/package/edge/community/x86/yq
### On Ubuntu 16.04 or higher from Debian package:
```sh
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CC86BB64
sudo add-apt-repository ppa:rmescandon/yq
sudo apt update
sudo apt install yq -y
```
Supported by @rmescandon (https://launchpad.net/~rmescandon/+archive/ubuntu/yq)
## Features ## Features
- [Detailed documentation with many examples](https://mikefarah.gitbook.io/yq/) - [Detailed documentation with many examples](https://mikefarah.gitbook.io/yq/)
- Written in portable go, so you can download a lovely dependency free binary - Written in portable go, so you can download a lovely dependency free binary