From 6dad6926581a50ff017a56e24834976bdce91e90 Mon Sep 17 00:00:00 2001 From: Arai Takashi Date: Thu, 22 Feb 2018 02:28:09 +0900 Subject: [PATCH] Add how to intall --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 64344b8..17bc5f5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ chatwork-cli `chatwork-cli` is simple command line tools for [chatwork API](http://developer.chatwork.com). +## Install + + $ go get github.com/arai-ta/chatwork-cli/cw + ## Usage $ cw @@ -36,10 +40,6 @@ It works with chatwork API token. $ vi ~/.chatwork.toml # edit it, like this: `token = hereisyourapitoken` -## Install - -:innocent: - ## Lisence This software is released under the MIT License.