diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-05-12 13:48:58 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-05-18 12:17:58 +0200 |
commit | c3aedca2df890916aee78351dbb24bada9887c64 (patch) | |
tree | fd3ca8ec61c8c972ff8d454404a7f75b57f2f57f | |
parent | 18b3c3ced8126301711c69a971de0210f2eb8790 (diff) |
doc: Remove outdated qt4 install information from README.md
- doc: Remove outdated qt4 install information from README.md
- doc: 32 and 64 bit packages are seperate
Github-Pull: #8048
Rebased-From: e5764e69cbd0bf4eb98c96eeb31c94349bbe7b7c 6075bc4d67bcd5f95561dc6d53b4fdbaf2c63f4b
-rw-r--r-- | doc/README.md | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/README.md b/doc/README.md index 35d3b26fb5..4c5a70b22b 100644 --- a/doc/README.md +++ b/doc/README.md @@ -11,16 +11,10 @@ The following are some helpful notes on how to run Bitcoin on your native platfo ### Unix -You need the Qt4 run-time libraries to run Bitcoin-Qt. On Debian or Ubuntu: - - sudo apt-get install libqtgui4 - 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 |