tMerge pull request #1766 from alexreg/patch-1 - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 1a409a2adf1db1228b72d9b85aa7f8d57c706d35
DIR parent db1aa1301525c9982def0e64d9ee883f24657edc
HTML Author: ThomasV <thomasv@electrum.org>
Date: Wed, 11 May 2016 09:39:51 +0200
Merge pull request #1766 from alexreg/patch-1
Fixed formatting in README
Diffstat:
M README.rst | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
---
DIR diff --git a/README.rst b/README.rst
t@@ -99,22 +99,23 @@ This directory contains the python dependencies used by Electrum.
Mac OS X
--------
- # On port based installs
- sudo python setup-release.py py2app
+::
- # On brew installs
+ # On MacPorts installs:
+ sudo python setup-release.py py2app
+
+ # On Homebrew installs:
ARCHFLAGS="-arch i386 -arch x86_64" sudo python setup-release.py py2app --includes sip
-
+
sudo hdiutil create -fs HFS+ -volname "Electrum" -srcfolder dist/Electrum.app dist/electrum-VERSION-macosx.dmg
-
Windows
-------
-see contrib/build-wine/README
+See `contrib/build-wine/README` file.
Android
-------
-see gui/kivy/Readme.txt
+See `gui/kivy/Readme.txt` file.