janimo / textsecure

TextSecure client package for Go
GNU General Public License v3.0
129 stars 26 forks source link

Makefile missing #2

Closed onny closed 9 years ago

onny commented 9 years ago

I don't know how to test this source, there are still missing usage instructions!

janimo commented 9 years ago

There's no makefile, you need to install Go, set $GOPATH to a directory, put $GOPATH/bin in your $PATH and run go get github.com/janimo/textsecure/cmd/textsecure

Details:

https://golang.org/doc/install https://golang.org/doc/code.html

onny commented 9 years ago

Okay nice! I'm new into Go so this hint was very helpfull! So the next question is, whats the content of the config.yml? Thanks!

janimo commented 9 years ago

The README mentions the configuration too, albeit not in much detail. It should be self-explanatory though. Maybe a wikipage adding all this sort of info would make more sense than the README, at least until the information is clearly stated.