From f281ce98ec6bd9f3b5faadbf7ac29c560713e2b5 Mon Sep 17 00:00:00 2001 From: sairajzero Date: Mon, 23 Jul 2018 19:26:06 +0530 Subject: [PATCH] update --- README.md | 3 +++ bin/readme | 9 +++++++++ 2 files changed, 12 insertions(+) create mode 100644 bin/readme diff --git a/README.md b/README.md index 2bc614f2b..1b84a23ca 100644 --- a/README.md +++ b/README.md @@ -72,3 +72,6 @@ Translations are periodically pulled from Transifex and merged into the git repo **Important**: We do not accept translation changes as GitHub pull requests because the next pull from Transifex would automatically overwrite them again. + +To run the pre compiled binary version of flo wallet +run $bin/flo-qt diff --git a/bin/readme b/bin/readme new file mode 100644 index 000000000..7c657f4bc --- /dev/null +++ b/bin/readme @@ -0,0 +1,9 @@ +to execute the pre-compiled binary version of the FLO core wallet, +run the following command in terminal +$./flo-qt + +to run the testnet wallet +$./flo-qt --testnet + +to execute the flo cli commands use +$./flo-cli