From d73f52c8b8a1256fb0817347d0a8a6a2921dacea Mon Sep 17 00:00:00 2001 From: Alexander Regueiro Date: Sun, 17 Apr 2016 18:59:18 +0100 Subject: [PATCH] Fixed formatting in README --- README.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index f4b26e21..47cea10f 100644 --- a/README.rst +++ b/README.rst @@ -99,22 +99,23 @@ This directory contains the python dependencies used by Electrum. Mac OS X -------- - # On port based installs +:: + + # On MacPorts installs: sudo python setup-release.py py2app - - # On brew installs + + # 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.