From 299654a4b304506a2233486fcb75743c927f3481 Mon Sep 17 00:00:00 2001 From: Kevin Lange Date: Fri, 25 May 2012 23:16:30 +0900 Subject: Updated README to note the existence of the Debian package. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6dfdb40..d9524aa 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,11 @@ To use the telnet server, you need to add a configuration that runs: nyancat -t -... to either an `inetd` or `xinetd` server. I am using `openbsd-inetd`, which you must give *both* arguments (`nyancat` and `-t`) to, which I found odd. +We recommend `openbsd-inetd`, but `xinetd` will work as well, and you should be able to use any other compatible `inetd` flavor. + +## Debian + +If you are running Debian Sid ("unstable" as of writing this), you can install the `nyancat` package and the `nyancat-server` pseudo-package, the latter of which will install `openbsd-inetd` (unless you have another `inetd` installed) and set up `/etc/initd.conf` properly (note that it probably won't work if you have `xinetd`, so you're on your own in that case). I am not the maintainer of this package, please direct any questions or bugs to [jmccrohan](https://github.com/jmccrohan). ## Licenses, References, etc. -- cgit v1.2.3 From d76f096ca13b558148f4b8d8c5330ef9531afd3e Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Fri, 8 Jun 2012 01:13:04 +0100 Subject: README.md: Add list of distributions with nyancat Signed-off-by: Jonathan McCrohan --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index d9524aa..95b258f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,16 @@ Nyancat rendered in your terminal. [![Nyancats](http://i.imgur.com/snCOQl.png)](http://i.imgur.com/snCOQ.png) +## Distributions + +Nyancat is available in the following distributions: + +- [Arch](http://aur.archlinux.org/packages.php?ID=55279) +- [Debian](http://packages.qa.debian.org/n/nyancat.html) +- [Gentoo](http://packages.gentoo.org/package/games-misc/nyancat) +- [Mandriva](http://sophie.zarb.org/rpms/928724d4aea0efdbdeda1c80cb59a7d3) +- [Ubuntu](https://launchpad.net/ubuntu/+source/nyancat) + ## Setup First build the C application: -- cgit v1.2.3 From 4fad8657d67fb5b23b1f5f2d4d88a6d3c323c5f2 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Fri, 8 Jun 2012 01:15:14 +0100 Subject: README.md: Update Debian specific information Signed-off-by: Jonathan McCrohan --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 95b258f..be793cb 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,15 @@ To use the telnet server, you need to add a configuration that runs: We recommend `openbsd-inetd`, but `xinetd` will work as well, and you should be able to use any other compatible `inetd` flavor. -## Debian +## Distribution Specific Information -If you are running Debian Sid ("unstable" as of writing this), you can install the `nyancat` package and the `nyancat-server` pseudo-package, the latter of which will install `openbsd-inetd` (unless you have another `inetd` installed) and set up `/etc/initd.conf` properly (note that it probably won't work if you have `xinetd`, so you're on your own in that case). I am not the maintainer of this package, please direct any questions or bugs to [jmccrohan](https://github.com/jmccrohan). +#### Debian/Ubuntu + +Debian and Ubuntu provide the nyancat binary through the `nyancat` package. +A `nyancat-server` package is provided to automatically setup and enable a +nyancat telnet server upon installation. I am not the maintainer of these +package, please direct any questions or bugs to the relevant distribution's bug +tracking system. ## Licenses, References, etc. -- cgit v1.2.3 From 466d6da1b35bd5fae534fa429348747cab3f858e Mon Sep 17 00:00:00 2001 From: Martimus Date: Sun, 7 Oct 2012 13:29:16 -0500 Subject: Fixed typo, now following 80-characters-per-line convention where possible --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index be793cb..2540824 100644 --- a/README.md +++ b/README.md @@ -28,20 +28,23 @@ To use the telnet server, you need to add a configuration that runs: nyancat -t -We recommend `openbsd-inetd`, but `xinetd` will work as well, and you should be able to use any other compatible `inetd` flavor. +We recommend `openbsd-inetd`, but `xinetd` will work as well, and you should be +able to use any other compatible `inetd` flavor. ## Distribution Specific Information #### Debian/Ubuntu -Debian and Ubuntu provide the nyancat binary through the `nyancat` package. -A `nyancat-server` package is provided to automatically setup and enable a -nyancat telnet server upon installation. I am not the maintainer of these -package, please direct any questions or bugs to the relevant distribution's bug -tracking system. +Debian and Ubuntu provide the nyancat binary through the `nyancat` package. A +`nyancat-server` package is provided to automatically setup and enable a nyancat +telnet server upon installation. I am not the maintainer of these packages, +please direct any questions or bugs to the relevant distribution's bug tracking +system. ## Licenses, References, etc. -The original source of the Nyancat animation is [prguitarman](http://www.prguitarman.com/index.php?id=348). +The original source of the Nyancat animation is +[prguitarman](http://www.prguitarman.com/index.php?id=348). -The code provided here is provided under the terms of the [NCSA license](http://en.wikipedia.org/wiki/University_of_Illinois/NCSA_Open_Source_License). +The code provided here is provided under the terms of the +[NCSA license](http://en.wikipedia.org/wiki/University_of_Illinois/NCSA_Open_Source_License). -- cgit v1.2.3 From a13d50cffc44c04c3b219742ff6812180826813c Mon Sep 17 00:00:00 2001 From: Martimus Date: Sun, 7 Oct 2012 13:40:47 -0500 Subject: Fixed comma splice --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2540824..db73410 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ able to use any other compatible `inetd` flavor. Debian and Ubuntu provide the nyancat binary through the `nyancat` package. A `nyancat-server` package is provided to automatically setup and enable a nyancat -telnet server upon installation. I am not the maintainer of these packages, +telnet server upon installation. I am not the maintainer of these packages; please direct any questions or bugs to the relevant distribution's bug tracking system. -- cgit v1.2.3