Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Aug 2, 2021
1 parent e43a048 commit cb7b34f
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cb7b34f

Please sign in to comment.