euchre-live

Euchre web-app for the socially distant family
git clone git://git.alexkarle.com/euchre-live.git
Log | Files | Refs | README | LICENSE

commit 641ce133383c87fe8e1f4ab0eb695bfb9e8cbe8f (patch)
parent f77017babe2e52d166bca25cd5023095ff5dc6d8
Author: Alex Karle <alex@karle.co>
Date:   Sun, 29 Mar 2020 23:13:16 -0400

doc: Update README running command

~ckarle owns this, but it seems to work :)

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -19,5 +19,5 @@ Running Run the development server as so: ```sh -$ MOJO_INACTIVITY_TIMEOUT=500 morbo gloat.pl +$ MOJO_INACTIVITY_TIMEOUT=500 mojo webpack ./gloat.pl ```