From 21052243d57b3c51fbd6aecaf3353e1babef7454 Mon Sep 17 00:00:00 2001 From: a-bezrukov <36845392+a-bezrukov@users.noreply.github.com> Date: Thu, 8 Apr 2021 18:52:09 +0400 Subject: [PATCH] Update README.rst --- README.rst | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/README.rst b/README.rst index 64f7b23f5..e91111a8e 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -Firo Electrum - Lightweight Dashpay client +Firo Electrum - Lightweight Firo client ===================================== :: @@ -21,16 +21,6 @@ Getting started =============== -Use PPA setup -------------- - -On Ubuntu/Linux Mint you can try to install Firo Electrum with next commands:: - - sudo add-apt-repository ppa:akhavr/dash-electrum - sudo apt-get update - sudo apt-get install dash-electrum - - Use source distribution ----------------------- @@ -58,7 +48,7 @@ To install precise tested version of pyqt5 run once:: To run Firo Electrum from its root directory, just do:: - ./electrum-dash + ./electrum-firo You can also install Firo Electrum on your system, by running this command:: @@ -94,8 +84,8 @@ Development version Check out the code from GitHub:: - git clone https://github.com/akhavr/electrum-dash.git - cd electrum-dash + git clone https://github.com/firoorg/electrum-firo.git + cd electrum-firo Run install (this should install dependencies)::