ergo/README.md

773 B
Raw Blame History

Ergonomadic

Ergonomadic is an IRC daemon written from scratch in Go.

Why?

I wanted to learn Go.

Whats with the name?

“Ergonomadic” is an anagram of “Go IRC Daemon”.

Helpful Documentation

Running the Server

You must create an ergonomadic.json config file in the current directory.

from your GOPATH

go install
ergonomadic

from local

go run ergonomadic.go