From 8f0dfe1bf531d18fc07ba10b9ab2498f193149df Mon Sep 17 00:00:00 2001 From: Inso <insomniak.fr@gmail.com> Date: Mon, 11 May 2015 18:16:41 +0200 Subject: [PATCH] Adding new instructions to the README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1635eaa5..b796dd32 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,13 @@ Qt Client for [Ucoin](http://www.ucoin.io) project. * __pip install libnacl__ * __pip install requests__ * __pip install base58__ - * Run __python gen_resources.py__ in cutecoin folder - * Run __python setup.py build__ in cutecoin folder + * Run __python3 gen_resources.py__ in cutecoin folder + * Run __python3 gen_translations.py__ in cutecoin folder + * Run __python3 setup.py build__ in cutecoin folder * The executable is generated in "build" folder, named "cutecoin" ### How to download latest release - * Go to the [current release](https://github.com/ucoin-io/cutecoin/releases/tag/0.9.2) + * Go to the [current release](https://github.com/ucoin-io/cutecoin/releases/tag/0.10.0) * Download the package corresponding to your operating system * Unzip and start "cutecoin" :) * Join our beta community by contacting us on ucoin forums : forum.ucoin.io -- GitLab