add README.md

pull/7/head
Yasuhiro Matsumoto 2017-04-14 20:18:33 +09:00
parent d57df64d26
commit 0aff4ad4fc
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# mstdn
command line tool for mstdn.jp
## Usage
```
Usage of mstdn:
-S streaming public
-ff string
post utf-8 string from a file("-" means STDIN)
-t string
toot text
```
## Installation
```
$ go get github.com/mattn/go-mastodon/cmd/mstdn
```
## License
MIT
## Author
Yasuhiro Matsumoto (a.k.a. mattn)