Add execution step to README
This commit is contained in:
@@ -35,6 +35,8 @@ git clone https://github.com/adityapk00/zcash-qt-wallet.git
|
||||
cd zcash-qt-wallet
|
||||
/path/to/qt5/bin/qmake zcash-qt-wallet.pro CONFIG+=DEBUG
|
||||
make -j$(nproc)
|
||||
|
||||
./zcash-qt-wallet
|
||||
```
|
||||
|
||||
## Troubleshooting FAQ
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="confMsg">
|
||||
<property name="text">
|
||||
<string><html><head/><body><p>zcash msg</p></body></html></string>
|
||||
<string><html><head/><body><p><br/></p></body></html></string>
|
||||
</property>
|
||||
<property name="textInteractionFlags">
|
||||
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
|
||||
|
||||
@@ -172,7 +172,7 @@ public:
|
||||
port->setPlaceholderText(QApplication::translate("Settings", "8232", nullptr));
|
||||
label_4->setText(QApplication::translate("Settings", "RPC Password", nullptr));
|
||||
label_2->setText(QApplication::translate("Settings", "Port", nullptr));
|
||||
confMsg->setText(QApplication::translate("Settings", "<html><head/><body><p>zcash msg</p></body></html>", nullptr));
|
||||
confMsg->setText(QApplication::translate("Settings", "<html><head/><body><p><br/></p></body></html>", nullptr));
|
||||
tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("Settings", "Connection", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user