~kris/9p

disco

f1188e7911f0358488ecbfcffc053e2b2b560d76 — Sean Hinchee 7 years ago 57402ac
list correct dependencies
1 files changed, 12 insertions(+), 3 deletions(-)

M README.md
M README.md => README.md +12 -3
@@ 6,11 6,20 @@ NDB config is in `$home/lib/disco.ndb` for setting password, should be made auto

## Install

### Dependencies

- 9fans.net/go/plan9
- bitbucket.org/mischief/libauth
- github.com/mischief/ndb
- golang.org/x/crypto
- github.com/gorilla/websocket
- github.com/bwmarrin/discordgo

### Installation

```
go get github.com/bwmarrin/discordgo
go get github.com/gorilla/websocket
go get golang.org/x/crypto
go get bitbucket.org/henesy/disco
go install bitbucket.org/henesy/disco
```

## Problems