Skip to content

Commit

Permalink
A run script and instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Apr 14, 2015
1 parent d48929f commit be6aa97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -8,5 +8,9 @@ Niltalk is a simple, secure, persistence-free web based multi-room chat server +
### Installation
`go get github.com/goniltalk/niltalk`

You can download the package dependencies by switching to the `niltalk` directory in your GOPATH and running `go get ./...`

### Usage
You need a live Redis instance. Configure the necessary values in `config.json` before running.
- Have a Redis instance running
- Configure the necessary values in `config.json`
- Execute `./run` in the `niltalk` directory in your GOPATH (You may have to set the permission to 755 by doing `chmod 755 ./run`)
1 change: 1 addition & 0 deletions run
@@ -0,0 +1 @@
go run api.go conn.go db.go logger.go niltalk.go config.go

0 comments on commit be6aa97

Please sign in to comment.