aboutsummaryrefslogtreecommitdiff
path: root/doc/README.md
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-05-18 11:10:34 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-05-18 11:11:35 +0200
commit6075bc4d67bcd5f95561dc6d53b4fdbaf2c63f4b (patch)
treeb3ecae3422ddf9b21b631b8c5e2c3a454ed7a759 /doc/README.md
parente5764e69cbd0bf4eb98c96eeb31c94349bbe7b7c (diff)
downloadbitcoin-6075bc4d67bcd5f95561dc6d53b4fdbaf2c63f4b.tar.xz
doc: 32 and 64 bit packages are seperate
Diffstat (limited to 'doc/README.md')
-rw-r--r--doc/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.md b/doc/README.md
index a5524889d2..357334dfb2 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -13,8 +13,8 @@ The following are some helpful notes on how to run Bitcoin on your native platfo
Unpack the files into a directory and run:
-- bin/32/bitcoin-qt (GUI, 32-bit) or bin/32/bitcoind (headless, 32-bit)
-- bin/64/bitcoin-qt (GUI, 64-bit) or bin/64/bitcoind (headless, 64-bit)
+- `bin/bitcoin-qt` (GUI) or
+- `bin/bitcoind` (headless)
### Windows