From bb667dd1b3949b2a95d2fdc50907aff2f10ecf3f Mon Sep 17 00:00:00 2001 From: S3x0r Date: Fri, 21 Sep 2018 09:31:55 +0200 Subject: [PATCH 1/6] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..60c2f08 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +Lisk Download File + +Windows: +to use it on windows just download files from release and run GET_FILE.BAT + +Linux: +download tool: +wget From 4ddcb0f3516d2e0ba4bf1130bd44e1c684602ff2 Mon Sep 17 00:00:00 2001 From: S3x0r Date: Fri, 21 Sep 2018 09:33:07 +0200 Subject: [PATCH 2/6] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60c2f08..a7a2405 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ Lisk Download File Windows: -to use it on windows just download files from release and run GET_FILE.BAT +to use it on windows just download files from "releases" and run GET_FILE.BAT Linux: download tool: -wget +wget https://raw.githubusercontent.com/S3x0r/Lisk-Download-File/master/download.php + +then: +sudo php download.php From 1feaf5cbcc9c9c7108da615dfe0e646fc4eb4f30 Mon Sep 17 00:00:00 2001 From: S3x0r Date: Fri, 21 Sep 2018 09:33:57 +0200 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7a2405..7b8d03f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Lisk Download File +Download File from Lisk blockchain Windows: to use it on windows just download files from "releases" and run GET_FILE.BAT From a3bebc4788efe8406b03263671f5a8c27c5ed579 Mon Sep 17 00:00:00 2001 From: S3x0r Date: Fri, 21 Sep 2018 09:35:22 +0200 Subject: [PATCH 4/6] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b8d03f..38fe628 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,12 @@ Windows: to use it on windows just download files from "releases" and run GET_FILE.BAT Linux: -download tool: +download: wget https://raw.githubusercontent.com/S3x0r/Lisk-Download-File/master/download.php then: sudo php download.php + +if php is not present on Linux: +sudo apt-get install php +sudo apt-get install php-openssl From 233360168524ae1317f0014cac20d193d1ccc452 Mon Sep 17 00:00:00 2001 From: S3x0r Date: Fri, 21 Sep 2018 09:35:46 +0200 Subject: [PATCH 5/6] Update README.md --- README.md | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 38fe628..242d5f1 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,16 @@ Download File from Lisk blockchain - -Windows: -to use it on windows just download files from "releases" and run GET_FILE.BAT - -Linux: -download: -wget https://raw.githubusercontent.com/S3x0r/Lisk-Download-File/master/download.php - -then: -sudo php download.php - -if php is not present on Linux: -sudo apt-get install php -sudo apt-get install php-openssl +
+Windows:
+to use it on windows just download files from "releases" and run GET_FILE.BAT
+

+Linux:
+download:
+wget https://raw.githubusercontent.com/S3x0r/Lisk-Download-File/master/download.php
+

+then:
+sudo php download.php
+

+if php is not present on Linux:
+sudo apt-get install php
+sudo apt-get install php-openssl
+

From dbe24c639ae46d023529227de140e72e56397cbd Mon Sep 17 00:00:00 2001 From: S3x0r Date: Fri, 21 Sep 2018 09:36:11 +0200 Subject: [PATCH 6/6] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 242d5f1..429063b 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -Download File from Lisk blockchain +

Download File from Lisk blockchain


Windows:
to use it on windows just download files from "releases" and run GET_FILE.BAT
-

+
Linux:
download:
wget https://raw.githubusercontent.com/S3x0r/Lisk-Download-File/master/download.php
-

+
then:
sudo php download.php
-

+
if php is not present on Linux:
sudo apt-get install php
sudo apt-get install php-openssl