aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2020-11-19 15:58:54 -0800
committerGitHub <[email protected]>2020-11-19 15:58:54 -0800
commit9d257fa6a8523008b656ba2c39298ebee663e951 (patch)
tree02415a22f5e64c83ad21a93139a8dc976ecea0a0
parentfeat, chore (desc) (diff)
downloadchan-legacy.tar.xz
chan-legacy.zip
chore: update loglegacy
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 158c8d5..a51a6ac 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ A simple "chan"-like board written in Rust.
Originally, this project was supposed to be a public [OpenPGP](https://www.openpgp.org/) key server because I was frustrated with the current selection of key servers, but I randomly had the idea to make a "chan"-like forum and I had this sitting around so I made this!
## Limitations
-At the moment, the board is missing automatic post pruning, moderation features, and an actual working implementation of boards, but I have plans to finish adding them in the near future.
+At the moment, the board is missing automatic post pruning and moderation features, but I have plans to finish adding them in the near future. As well, at the moment, there has to be a 'empty' thread entry in the 'threads' table within the database, for now. This is becaus of the way that the thread making feature grabs valid board data. I'll probably fix this sometime soon also.
Ignore my messy Handlebars templates, I didn't really have a purpose to make them fancy or whatever because of the simplicity of the project.
@@ -35,6 +35,9 @@ Ignore my messy Handlebars templates, I didn't really have a purpose to make the
2. Clone the repository.
3. `$ 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.
## Contribution