Add link to readme
This commit is contained in:
parent
be695a9881
commit
78b6a0859b
15
README.md
15
README.md
@ -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
|
||||||
```
|
```
|
||||||
@ -57,4 +58,4 @@ gulp -p
|
|||||||
```
|
```
|
||||||
|
|
||||||
The server needs to be rebuilt after this. For development dropping the -p flag
|
The server needs to be rebuilt after this. For development dropping the -p flag
|
||||||
will turn off minification and embedding, requiring only one initial server rebuild.
|
will turn off minification and embedding, requiring only one initial server rebuild.
|
||||||
|
Loading…
Reference in New Issue
Block a user