This commit is contained in:
Amanda Pinsker 2019-12-04 13:44:14 -05:00 коммит произвёл GitHub
Родитель c915062148
Коммит 34aeeb7294
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -14,21 +14,21 @@ brew upgrade gh
### Debian/Ubuntu Linux
1. `sudo apt install git` if you don't already have git
2. Download the `.deb` file from the [releases page](https://github.com/github/gh-cli/releases/latest)
2. Download the `.deb` file from the [releases page](https://github.com/github/homebrew-gh/releases/latest)
3. `sudo dpkg -i gh_*_linux_amd64.deb` install the downloaded file
_(Uninstall with `sudo apt remove gh`)_
### Fedora/Centos Linux
1. Download the `.rpm` file from the [releases page](https://github.com/github/gh-cli/releases/latest)
1. Download the `.rpm` file from the [releases page](https://github.com/github/homebrew-gh/releases/latest)
2. `sudo yum localinstall gh_*_linux_amd64.rpm` install the downloaded file
_(Uninstall with `sudo yum remove gh`)_
### Other Linux
1. Download the `_linux_amd64.tar.gz` file from the [releases page](https://github.com/github/gh-cli/releases/latest)
1. Download the `_linux_amd64.tar.gz` file from the [releases page](https://github.com/github/homebrew-gh/releases/latest)
2. `tar -xf gh_*_linux_amd64.tar.gz`
3. Copy the uncompressed `gh` somewhere on your `$PATH` (e.g. `sudo cp gh_*_linux_amd64/bin/gh /usr/local/bin/`)