From 715504357197593bc2670f960730bc4c4d5489ed Mon Sep 17 00:00:00 2001 From: Will Wray Date: Mon, 5 Jun 2017 19:47:46 -0400 Subject: [PATCH] Dashify bitcoin unix executables (#1486) --- doc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/README.md b/doc/README.md index 821fa9ab9..17d462199 100644 --- a/doc/README.md +++ b/doc/README.md @@ -11,8 +11,8 @@ The following are some helpful notes on how to run Dash on your native platform. Unpack the files into a directory and run: -- `bin/bitcoin-qt` (GUI) or -- `bin/bitcoind` (headless) +- `bin/dash-qt` (GUI) or +- `bin/dashd` (headless) ### Windows