From d7e52958fa63ca679d0c4929b7717b31d7d96ed5 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Tue, 24 Mar 2020 23:52:39 -0400 Subject: [PATCH] doc: README -> README.md You win this time, fancy renderings by various git-hosting websites! :) --- README | 10 ---------- README.md | 21 +++++++++++++++++++++ gloat.pl | 2 +- 3 files changed, 22 insertions(+), 11 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 447babc..0000000 --- a/README +++ /dev/null @@ -1,10 +0,0 @@ -euchre.live -=========== - -For my family <3 - -Installation ------------- -First, get a working Perl and cpanm. - - $ cpanm --installdeps . diff --git a/README.md b/README.md new file mode 100644 index 0000000..e84d184 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +euchre.live +=========== + +For my family <3 + +Euchre is our "family game", and with the COVID-19 social-distancing, we're +suddenly unable to play. + +Disappointed with the state of the online options, we decided to make our own. + +Installation +------------ +First, get a working Perl and cpanm. + + $ cpanm --installdeps . + +Running +------- +Run the development server as so: + + $ ./gloat.pl daemon diff --git a/gloat.pl b/gloat.pl index 76c2a8a..c6f8b97 100755 --- a/gloat.pl +++ b/gloat.pl @@ -9,6 +9,6 @@ use lib "$FindBin::RealBin/lib"; use Euchre::Game; -get '/' => { text => deal() }; +get '/' => { text => 'hi world' }; app->start; -- libgit2 1.1.1