From 822ded158f0c5b7f90ed7a7648f99a7c962db108 Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Sat, 3 Aug 2019 20:49:00 -0500 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c4619ee --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# Microsoft giveaway books downloader +Get Microsoft give away books using bash. For more information about Microsoft Give Away books see: + +* https://blogs.msdn.microsoft.com/mssmallbiz/2017/07/11/largest-free-microsoft-ebook-giveaway-im-giving-away-millions-of-free-microsoft-ebooks-again-including-windows-10-office-365-office-2016-power-bi-azure-windows-8-1-office-2013-sharepo/ + +If it doesn't work, see: + +* https://web.archive.org/web/20170712035739/https://blogs.msdn.microsoft.com/mssmallbiz/2017/07/11/largest-free-microsoft-ebook-giveaway-im-giving-away-millions-of-free-microsoft-ebooks-again-including-windows-10-office-365-office-2016-power-bi-azure-windows-8-1-office-2013-sharepo/ + +# What is the reason? +Microsoft creates a GIVE AWAY every year and put there a lot of books that you can download FREELY, but there are only option to download they one to one and not all at once in a ZIP or similar format. + +# How I can get the books? +You can just use [my script](https://github.com/Edu4rdSHL/microsoft-giveaway-books/raw/master/script.sh) to download they. Write in your terminal: + +``` +$ curl -O https://github.com/Edu4rdSHL/microsoft-giveaway-books/raw/master/script.sh && sh script.sh +``` +Or +``` +$ wget -O script.sh https://github.com/Edu4rdSHL/microsoft-giveaway-books/raw/master/script.sh && sh script.sh +``` + +Give me a star and enjoy it.