diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,9 +1,11 @@ # Kloud? Doubt! -## Prerequisite -- [Deno](https://deno.land/) -- MySQL/MariaDB +## Prerequisites + +- [Deno](https://deno.land/) +- MySQL/MariaDB ## Run -- Create .env file like [.example.env](/.example.env) in project root -- Execute [run](/run): `./run`
\ No newline at end of file + +- Create .env file like [.example.env](/.example.env) in project root +- Execute [run](/run): `./run` |