add README.md

This commit is contained in:
Yasuhiro Matsumoto 2017-04-14 20:18:33 +09:00
parent d57df64d26
commit 0aff4ad4fc

28
cmd/mstdn/README.md Normal file
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)