From cb7b34f820b874da7073546314036ab00f8aa288 Mon Sep 17 00:00:00 2001 From: Shinichi Okada Date: Mon, 2 Aug 2021 09:18:08 +0900 Subject: [PATCH] README update --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c02e7e6..2ecca63 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,24 @@ It saves specified dotfiles in the home directory to a Gist and clone them from ## Requirement -GitHub CLI gh -Python to open a browser +- GitHub CLI gh + +Homebrew/LinuxBrew + +```sh +brew install gh +``` + +### Warning to Ubuntu/Debian users about snap + +For Ubuntu/Debian, use `apt`. `snap` won't work with hidden files. +[Download a Debian package (.ddb)](https://github.com/cli/cli/releases) and double click the downloaded file or run: + +```sh +sudo apt install ./gh_1.13.1_linux_amd64.deb +``` + +- Python to open a browser ## Installation