From 60ccddc3b7e43bca12573e57a5c5611c6c458d98 Mon Sep 17 00:00:00 2001 From: Jeremy Latt Date: Thu, 27 Feb 2014 11:07:21 -0800 Subject: [PATCH] readme --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d00b7e17..96ffe620 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Ergonomadic -Ergonomadic is an IRC daemon written from scratch in Go. +Ergonomadic is an IRC daemon written from scratch in Go. Pull requests +and issues are welcome. ## Some Features @@ -22,14 +23,6 @@ I wanted to learn Go. "Ergonomadic" is an anagram of "Go IRC Daemon". -## Helpful Documentation - -- [RFC 1459: Internet Relay Chat Protocol](http://tools.ietf.org/html/rfc1459) -- [RFC 2811: IRC Channel Management](http://tools.ietf.org/html/rfc2811) -- [RFC 2812: IRC Client Protocol](http://tools.ietf.org/html/rfc2812) -- [RFC 2813: IRC Server Protocol](http://tools.ietf.org/html/rfc2813) -- [IRC/2 Numeric List](https://www.alien.net.au/irc/irc2numerics.html) - ## Installation ```sh @@ -52,3 +45,11 @@ ergonomadic -genpasswd 'hunter21!' ```sh ergonomadic -conf '/path/to/config.json' ``` + +## Helpful Documentation + +- [RFC 1459: Internet Relay Chat Protocol](http://tools.ietf.org/html/rfc1459) +- [RFC 2811: IRC Channel Management](http://tools.ietf.org/html/rfc2811) +- [RFC 2812: IRC Client Protocol](http://tools.ietf.org/html/rfc2812) +- [RFC 2813: IRC Server Protocol](http://tools.ietf.org/html/rfc2813) +- [IRC/2 Numeric List](https://www.alien.net.au/irc/irc2numerics.html)