diff options
| author | Fuwn <[email protected]> | 2021-02-20 23:39:33 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-02-20 23:39:33 +0000 |
| commit | 43bd3772aded7714d19e200cbaca7f761599c1ed (patch) | |
| tree | 6c748d3d6bf01aa7083fec1861c8e1c8571996a5 /README.md | |
| parent | feature: add assets for future use. (diff) | |
| download | chan-43bd3772aded7714d19e200cbaca7f761599c1ed.tar.xz chan-43bd3772aded7714d19e200cbaca7f761599c1ed.zip | |
refactor: change readme order.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -42,6 +42,12 @@ because of the simplicity of the project. 3. Rename the [`chan.db.example`](./chan.db.example) file to `chan.db`. 4. `$ cargo run`. +### Adding boards +To add boards, open the example database in a SQLite viewer add a board entry to the 'boards' table +(examples provided in database). + +Pre-built binaries *might* be available in the future if there is enough demand for them. + ### Usage Notes [`chan.db.example`](./chan.db.example) is the default format of the database. If you ever want to "restore" the database to its default state, I recommend you keep a copy of the original state of @@ -50,12 +56,6 @@ this file. In the future, I will *most likely* add a `setup_db()` function to validate the database state and properly setup the database when an invalid format is found. -### Adding boards -To add boards, open the example database in a SQLite viewer add a board entry to the 'boards' table -(examples provided in database). - -Pre-built binaries *might* be available in the future if there is enough demand for them. - ## Contribution Feel free to make pull requests or open issues if you think a feature should be added or you find a bug, or just anything -- within reason. |