Update Readme.
This commit is contained in:
parent
484bb94677
commit
74bb465a38
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ If you have found the source code before finding the geocache, consider it a hin
|
||||||
Building:
|
Building:
|
||||||
```bash
|
```bash
|
||||||
export MIX_ENV=prod && export MIX_TARGET=<device>
|
export MIX_ENV=prod && export MIX_TARGET=<device>
|
||||||
cd ui/assets && npm install
|
cd ui/assets && npm install && node node_modules/webpack/bin/webpack.js --mode production
|
||||||
cd ../ && mix phx.digest
|
cd ../ && mix phx.digest
|
||||||
cd ../firmware && mix deps.get
|
cd ../firmware && mix deps.get
|
||||||
mix firmware
|
mix firmware
|
||||||
|
|
Loading…
Reference in a new issue