aboutsummaryrefslogtreecommitdiff
path: root/src/qt/README.md
diff options
context:
space:
mode:
authorLőrinc <pap.lorinc@gmail.com>2024-08-28 16:57:14 +0200
committerLőrinc <pap.lorinc@gmail.com>2024-08-29 15:23:12 +0200
commit6a68343ffbf3291eb243d90c00df50e672ff3944 (patch)
tree456708db8bec4df4d801f149e3741a1f15955972 /src/qt/README.md
parent91b3bc2b9c572d9244e1cf542655c1b32e87aaf7 (diff)
downloadbitcoin-6a68343ffbf3291eb243d90c00df50e672ff3944.tar.xz
doc: Prepend 'build/' to binary paths under 'src/' in docs
Diffstat (limited to 'src/qt/README.md')
-rw-r--r--src/qt/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/README.md b/src/qt/README.md
index 124f08e8fa..1c6f963ccf 100644
--- a/src/qt/README.md
+++ b/src/qt/README.md
@@ -11,7 +11,7 @@ When following your systems build instructions, make sure to install the `Qt` de
To run:
```sh
-./src/qt/bitcoin-qt
+./build/src/qt/bitcoin-qt
```
## Files and Directories