From 0d189271cc0a2ee2380a4dac3ce4f120cea1fbb5 Mon Sep 17 00:00:00 2001 From: Pere Lev Date: Wed, 21 Aug 2024 20:23:54 +0300 Subject: [PATCH] Docs: Mention `mkdir static` in INSTALL.md Probably should use `.gitkeep` instead. But also, provide docker images so that people can skip all this manual stuff. --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index 0646930..c00a786 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -93,6 +93,7 @@ If you're building for a production deployment, set the `dev` flag to false in Build. This will also automatically install the GHC Haskell compiler. + $ mkdir static $ stack build # (7) Configuration