forked from jshiffer/go-xmpp
first idea of sendxmpp
This commit is contained in:
committed by
Mickaël Rémond
parent
c41d068c9f
commit
6aa942dd58
17
cmd/sendxmpp/README.md
Normal file
17
cmd/sendxmpp/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# sendXMPP
|
||||
|
||||
sendxmpp is a tool to send messages from commandline
|
||||
|
||||
## Installation
|
||||
|
||||
To install `sendxmpp` in your Go path:
|
||||
|
||||
```
|
||||
$ go get -u gosrc.io/xmpp/cmd/sendxmpp
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
$ xmpp-check --help
|
||||
```
|
||||
Reference in New Issue
Block a user