Browse Source

Fixed formatting in README

283
Alexander Regueiro 9 years ago
parent
commit
d73f52c8b8
  1. 15
      README.rst

15
README.rst

@ -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.

Loading…
Cancel
Save