Skip to content

Commit 0465c41

Browse files
committed
move current qt specific readme to doc/, restore original README.md
1 parent e122e42 commit 0465c41

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README-original.md renamed to README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ help test the Bitcoin core, please contact [email protected].
2727

2828
Feature branches are created when there are major new features being
2929
worked on by several people.
30-

README.rst renamed to doc/readme-qt.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Features
1919
- Asks for confirmation before sending coins, for your own safety
2020

2121
- CSV export of transactions and address book (for Excel bookkeeping)
22-
22+
2323
- Shows alternative icon when connected to testnet, so you never accidentally send real coins during testing
2424

2525
- Shows a progress bar on initial block download, so that you don't have to wonder how many blocks it needs to download to be up to date
@@ -34,7 +34,7 @@ Features
3434

3535
- Accepts "bitcoin:" URLs from browsers and other sources through drag and drop
3636

37-
Build instructions
37+
Build instructions
3838
===================
3939

4040
Debian
@@ -138,7 +138,7 @@ You can execute the following commands in a terminal to install it:
138138
Notification support for recent (k)ubuntu versions
139139
---------------------------------------------------
140140

141-
To see desktop notifications on (k)ubuntu versions starting from 10.04, enable usage of the
141+
To see desktop notifications on (k)ubuntu versions starting from 10.04, enable usage of the
142142
FreeDesktop notification interface through DBUS using the following qmake option:
143143

144144
::
@@ -152,10 +152,10 @@ A warning for people using the *static binary* version of Bitcoin on a Linux/UNI
152152

153153
The static binary version of Bitcoin is linked against libdb4.7 or libdb4.8 (see also `this Debian issue`_).
154154

155-
Now the nasty thing is that databases from 5.X are not compatible with 4.X.
155+
Now the nasty thing is that databases from 5.X are not compatible with 4.X.
156156

157157
If the globally installed development package of Berkely DB installed on your system is 5.X, any source you
158-
build yourself will be linked against that. The first time you run with a 5.X version the database will be upgraded,
158+
build yourself will be linked against that. The first time you run with a 5.X version the database will be upgraded,
159159
and 4.X cannot open the new format. This means that you cannot go back to the old statically linked version without
160160
significant hassle!
161161

0 commit comments

Comments
 (0)