Add link to readme

This commit is contained in:
Ken-Håvard Lieng 2015-06-05 00:04:34 +02:00
parent be695a9881
commit 78b6a0859b

View File

@ -1,18 +1,19 @@
# name_pending # name_pending
Web-based IRC client in Go.
## Features ####[Try it!](http://np.khlieng.com/)
### Features
* Searchable history * Searchable history
* Persistent connections * Persistent connections
* Multiple users * Multiple users
## Usage ## Usage
There is a few different ways of getting it. There is a few different ways of getting it:
### 1. Binary #### 1. Binary
There will be binary releases. There will be binary releases.
### 2. Go #### 2. Go
This requires a [Go environment](http://golang.org/doc/install). This requires a [Go environment](http://golang.org/doc/install).
```bash ```bash
@ -26,7 +27,7 @@ To get some help run:
name_pending help name_pending help
``` ```
### 3. Docker #### 3. Docker
```bash ```bash
docker run -p 8080:8080 khlieng/name_pending docker run -p 8080:8080 khlieng/name_pending
``` ```