proofread and correct README
This commit is contained in:
parent
ca36718a8f
commit
89d804aa28
1 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,6 @@
|
||||||
Simple multi-user portfolio image board script in PHP.
|
Simple multi-user portfolio image board script in PHP.
|
||||||
|
|
||||||
## Setup considerations
|
## Setup considerations
|
||||||
If you're going to use meowboard, you probably will want to either make your own user interface (at present, you will have to modify `include/templates.php` to do this). The included UI uses the [Zimit framework](https://firezenk.github.io/zimit/) by Jorge Garrido Oval, licensed under MIT license.
|
If you're going to use meowboard, you probably will want to either make your own user interface (at present, you will have to modify `include/templates.php` to do this) or use the included UI. The included UI uses the [Zimit framework](https://firezenk.github.io/zimit/) by Jorge Garrido Oval, licenced under MIT license.
|
||||||
|
|
||||||
At present, meowboard requires the `sqlite3` extension and is developed with PHP 8.
|
At present, meowboard requires the `sqlite3` extension and is developed with PHP 8. There is no recommended minimum however PHP 8 is the recommended major version to use.
|
||||||
|
|
Loading…
Reference in a new issue