From dd198765aa0d59d779677e3df8acb5cac3a0c603 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Tue, 26 Jul 2022 23:15:18 -0400 Subject: [PATCH] Add a section for install instructions and another TODO --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8efa2b5..2830e14 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ A textboard written in Perl +## Installing locally + +Install dependencies + + $ cpanm --installdeps . + ## Running locally Run it in development mode @@ -12,10 +18,11 @@ Now try requesting http://localhost:3000 ## Testing -Run the tests locally (development mode) +Run the tests locally (against development environment) $ prove -l ## TODOs 1. Where is prototype lmao +1. Implement threads