From 9e273dc8bbac18cdbe3e0af0322e24adec1e92f1 Mon Sep 17 00:00:00 2001 From: benhc123 Date: Tue, 5 Aug 2014 20:01:36 +0100 Subject: [PATCH] Changed readme.txt to readme.md Changed readme.txt to readme.md to improve formatting. --- README.txt => README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename README.txt => README.md (98%) diff --git a/README.txt b/README.md similarity index 98% rename from README.txt rename to README.md index c07dc4c8..56822081 100644 --- a/README.txt +++ b/README.md @@ -7,7 +7,7 @@ Further, the reference application, libcoind, is supported along with a number o To build libcoin on unix flavor systems, you need to install development versions of Berkeley DB (C++), Boost and OpenSSL and SQLite3. (Please note that on some systems OpenSSL does not contain ECDSA, if so, please install it yourselves). After installation of the necessary dependencies building follows the standard scheme: -* ./configure +`./configure` * make * sudo make install If you would like to tweak the installation, run the configure part manually by calling: