From 0aff4ad4fc3ec0b85690e941b9a19dab18a52b97 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Fri, 14 Apr 2017 20:18:33 +0900 Subject: [PATCH] add README.md --- cmd/mstdn/README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 cmd/mstdn/README.md diff --git a/cmd/mstdn/README.md b/cmd/mstdn/README.md new file mode 100644 index 0000000..753aab2 --- /dev/null +++ b/cmd/mstdn/README.md @@ -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)