From 28d02f7b386d22d69b798528e5a9b258bdc75f39 Mon Sep 17 00:00:00 2001 From: David <37987466+dalijolijo@users.noreply.github.com> Date: Wed, 12 Sep 2018 23:53:51 +0200 Subject: [PATCH 1/2] Add Linux Ubuntu 16.04 requirements --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3c7c596..1ccccbf 100644 --- a/README.md +++ b/README.md @@ -570,6 +570,11 @@ The report may be printed in the following formats: # Installation and Running. +Linux Ubuntu 16.04 requirements: +``` +apt-get install php php-gmp php-mbstring +``` + Basics ( see below for big performance speedup ) ``` git clone https://github.com/dan-da/hd-wallet-derive From 1af929eb9f34bc327bcd28f6ccc5dd315568a730 Mon Sep 17 00:00:00 2001 From: David <37987466+dalijolijo@users.noreply.github.com> Date: Thu, 13 Sep 2018 00:03:20 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ccccbf..abf32bb 100644 --- a/README.md +++ b/README.md @@ -572,7 +572,7 @@ The report may be printed in the following formats: Linux Ubuntu 16.04 requirements: ``` -apt-get install php php-gmp php-mbstring +apt-get install php php-gmp php-mbstring php-mcrypt ``` Basics ( see below for big performance speedup )