doc: mark bitcoin-{node,gui} installed in files.md

This commit is contained in:
Sjors Provoost
2025-08-21 15:20:20 +02:00
parent 2a815d126b
commit eab5518913

View File

@@ -150,8 +150,8 @@ This table describes the files installed by Bitcoin Core across different platfo
| *lib/pkgconfig/libbitcoinkernel.pc* | Pkg-config metadata for linking to `libbitcoinkernel` |
| *libexec/bench_bitcoin* | Benchmarking tool for measuring node performance |
| *libexec/bitcoin-chainstate* | Tool to validate and connect blocks |
| *libexec/bitcoin-gui* | IPC-enabled alternative to `bitcoin-qt` |
| *libexec/bitcoin-node* | IPC-enabled alternative to `bitcoind` |
| libexec/bitcoin-gui | IPC-enabled alternative to `bitcoin-qt` |
| libexec/bitcoin-node | IPC-enabled alternative to `bitcoind` |
| libexec/test_bitcoin | Unit test binary |
| *libexec/test_bitcoin-qt* | GUI-specific unit tests |
| share/man/man1/ | Man pages for command-line tools like `bitcoin-cli`, `bitcoind`, and others |