From 58177c86dccfb4b68f6e800f485196f41108e5b4 Mon Sep 17 00:00:00 2001 From: Mikunj Date: Wed, 26 Jun 2019 09:48:55 +1000 Subject: [PATCH] Updated readme. --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd39c0b..99daca4 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,18 @@ cd loki-electron-wallet cp path_to_loki_binaries/lokid bin/ cp path_to_loki_binaries/loki-wallet-rpc bin/ npm install -quasar build -m electron -t mat +``` + +For dev: +``` +npm run dev +``` + +For building: + +**Note:** This will only build the binaries for the system you run the command on. Running this command on `linux` will only make `linux` binaries, no `mac` or `windows` binaries. +``` +npm run build ``` ### Adding language support