mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 10:10:08 -08:00
readme
This commit is contained in:
parent
51f790d7c5
commit
60ccddc3b7
1 changed files with 10 additions and 9 deletions
19
README.md
19
README.md
|
|
@ -1,6 +1,7 @@
|
||||||
# Ergonomadic
|
# 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
|
## Some Features
|
||||||
|
|
||||||
|
|
@ -22,14 +23,6 @@ I wanted to learn Go.
|
||||||
|
|
||||||
"Ergonomadic" is an anagram of "Go IRC Daemon".
|
"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
|
## Installation
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
@ -52,3 +45,11 @@ ergonomadic -genpasswd 'hunter21!'
|
||||||
```sh
|
```sh
|
||||||
ergonomadic -conf '/path/to/config.json'
|
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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue