diff --git a/README.md b/README.md index 11a5ee4..15d4226 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ A user-friendly IRC bouncer. - Support connecting to multiple upstream servers via a single IRC connection to the bouncer +## Usage + + sqlite3 -init schema.sql jounce.db + # Insert users, networks, channels to database + go run ./cmd/jounce + ## Contributing Send patches on the [mailing list], report bugs on the [issue tracker].