Fixed formatting in README

This commit is contained in:
Alexander Regueiro 2016-04-17 18:59:18 +01:00
parent e461ef4102
commit d73f52c8b8

View file

@ -99,22 +99,23 @@ This directory contains the python dependencies used by Electrum.
Mac OS X Mac OS X
-------- --------
# On port based installs ::
# On MacPorts installs:
sudo python setup-release.py py2app 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 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 sudo hdiutil create -fs HFS+ -volname "Electrum" -srcfolder dist/Electrum.app dist/electrum-VERSION-macosx.dmg
Windows Windows
------- -------
see contrib/build-wine/README See `contrib/build-wine/README` file.
Android Android
------- -------
see gui/kivy/Readme.txt See `gui/kivy/Readme.txt` file.