aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 45a275de63d561d27d21d348d404899af01d4087 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Nyancat CLI

Nyancat rendered in your terminal.

[![Nyancats](http://i.imgur.com/snCOQl.png)](http://i.imgur.com/snCOQ.png)

## Setup

First build the C application:

    make

You can run the C application standalone. It will prompt you to select a color mode.

    ./nyancat

To run the telnet server, use:

    sudo ./nyancat.py

(The server will only try to start on port 23, so you must be root)