Changeset 78 in code for trunk/README.md


Ignore:
Timestamp:
Mar 4, 2020, 5:27:33 PM (5 years ago)
Author:
contact
Message:

readme: add instructions to initialize database

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.md

    r53 r78  
    88- Support connecting to multiple upstream servers via a single IRC connection
    99  to the bouncer
     10
     11## Usage
     12
     13    sqlite3 -init schema.sql jounce.db
     14    # Insert users, networks, channels to database
     15    go run ./cmd/jounce
    1016
    1117## Contributing
Note: See TracChangeset for help on using the changeset viewer.