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