23 lines
469 B
Markdown
23 lines
469 B
Markdown
|
# lolgopher
|
||
|
|
||
|
<p align="center"><img src="img/kubicorn.png" width="420"></p>
|
||
|
|
||
|
Rainbow Writer implementation for Golang
|
||
|
|
||
|
Based on https://github.com/busyloop/lolcat.
|
||
|
|
||
|
<img src="https://github.com/ashleymcnamara/gophers/blob/master/NERDY.png" width="60"> Proudly packaged with Golang [dep](https://github.com/golang/dep)
|
||
|
|
||
|
## Installing
|
||
|
|
||
|
```
|
||
|
$ go get github.com/kris-nova/lolgopher
|
||
|
```
|
||
|
|
||
|
##### From Source
|
||
|
|
||
|
```
|
||
|
cd $GOPATH/src/github.com/kris-nova/lolgopher
|
||
|
go install .
|
||
|
```
|