readme: add instructions to initialize database

This commit is contained in:
Simon Ser 2020-03-04 18:27:33 +01:00
parent 84fe3ae255
commit 57fd268f77
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 6 additions and 0 deletions

View File

@ -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].