Skip to content

Commit

Permalink
Namecoin: Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand committed Mar 25, 2020
1 parent 0130ed5 commit ba7bbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Run install (this should install dependencies)::
python3 -m pip install --user .


Compile the Qt UI:
Compile the Qt UI::

sudo apt-get install pyqt5-dev-tools
for i in dnsdialog dnssubdomaindialog; do pyuic5 electrum_nmc/electrum/gui/qt/forms/$i.ui --execute --output=electrum_nmc/electrum/gui/qt/forms/$i.py; sed -i s/qvalidatedlineedit/.qvalidatedlineedit/ electrum_nmc/electrum/gui/qt/forms/$i.py; done
Expand Down

0 comments on commit ba7bbe2

Please sign in to comment.