Skip to content
This repository was archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ksk001100 committed Dec 24, 2019
1 parent 7aaec49 commit 63e215d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
release:
github:
owner: KeisukeToyota
owner: ksk001100
name: toyotter
name_template: '{{.Tag}}'
before:
hooks:
- go mod download
brew:
github:
owner: KeisukeToyota
owner: ksk001100
name: homebrew-toyotter
commit_author:
name: goreleaserbot
email: [email protected]
description: "CUI based Twitter client for Golang"
homepage: "https://github.com/KeisukeToyota/toyotter"
homepage: "https://github.com/ksk001100/toyotter"
dependencies:
- fzf
install: |
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# toyotter
![](https://img.shields.io/github/stars/KeisukeToyota/toyotter.svg)
![](https://img.shields.io/github/release/KeisukeToyota/toyotter.svg)
![](https://img.shields.io/github/issues/KeisukeToyota/toyotter.svg)
![](https://img.shields.io/github/forks/KeisukeToyota/toyotter.svg)
![](https://img.shields.io/github/license/KeisukeToyota/toyotter.svg)
[![Build Status](https://travis-ci.org/KeisukeToyota/toyotter.svg?branch=master)](https://travis-ci.org/KeisukeToyota/toyotter)
[![Go Report Card](https://goreportcard.com/badge/github.com/KeisukeToyota/toyotter)](https://goreportcard.com/report/github.com/KeisukeToyota/toyotter)
![](https://img.shields.io/github/stars/ksk001100/toyotter.svg)
![](https://img.shields.io/github/release/ksk001100/toyotter.svg)
![](https://img.shields.io/github/issues/ksk001100/toyotter.svg)
![](https://img.shields.io/github/forks/ksk001100/toyotter.svg)
![](https://img.shields.io/github/license/ksk001100/toyotter.svg)
[![Build Status](https://travis-ci.org/ksk001100/toyotter.svg?branch=master)](https://travis-ci.org/ksk001100/toyotter)
[![Go Report Card](https://goreportcard.com/badge/github.com/ksk001100/toyotter)](https://goreportcard.com/report/github.com/ksk001100/toyotter)

CUI based Twitter client made with Golang

Expand All @@ -14,13 +14,13 @@ CUI based Twitter client made with Golang
## Install

```shell
$ go get github.com/KeisukeToyota/toyotter
$ cp $GOPATH/src/github.com/KeisukeToyota/toyotter/.env.example ~/.env.toyotter
$ go get github.com/ksk001100/toyotter
$ cp $GOPATH/src/github.com/ksk001100/toyotter/.env.example ~/.env.toyotter
```

In macOS you can install it with Homebrew
```shell
$ brew tap keisuketoyota/toyotter
$ brew tap ksk001100/toyotter
$ brew install toyotter
```

Expand Down

0 comments on commit 63e215d

Please sign in to comment.