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