diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-05-18 12:15:57 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-05-18 12:16:00 +0200 |
commit | c74837b724d1d15f9bba0bd0686d478dd6832a17 (patch) | |
tree | f4d81e1968bbabab6c89b40540ecad1b1a51e188 | |
parent | 83121cca7573c53a7c207c7c996ada98f931abed (diff) | |
parent | 6075bc4d67bcd5f95561dc6d53b4fdbaf2c63f4b (diff) |
Merge #8048: doc: Remove outdated qt4 install information from README.md
6075bc4 doc: 32 and 64 bit packages are seperate (Wladimir J. van der Laan)
e5764e6 doc: Remove outdated qt4 install information from README.md (Wladimir J. van der Laan)
-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 cf475ef18e..357334dfb2 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 |