From 74bb465a38074c0f6a15bd097b64355a1f2872c9 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Mon, 15 Jul 2019 19:46:41 +0200 Subject: [PATCH] Update Readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dc882f..cf722d7 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ If you have found the source code before finding the geocache, consider it a hin Building: ```bash export MIX_ENV=prod && export MIX_TARGET= -cd ui/assets && npm install +cd ui/assets && npm install && node node_modules/webpack/bin/webpack.js --mode production cd ../ && mix phx.digest cd ../firmware && mix deps.get mix firmware