Browse Source

Update README after become a DataLad dataset

Michael Hanke 5 years ago
parent
commit
6a646911d4
1 changed files with 18 additions and 9 deletions
  1. 18 9
      README.md

+ 18 - 9
README.md

@@ -1,16 +1,25 @@
 # Best Machine Learning Books
 
-This [git-annex](http://git-annex.branchable.com/) repository collates
-freely available online books on various sub-fields of Machine
-Learning.  It doesn't physically contain any of them, but rather
-contains references to original websites, from which you could fetch
-them using git-annex.  For instance
+This [DataLad](http://datalad.org) dataset collates freely available online
+books on various sub-fields of machine learning.  It doesn't physically contain
+any of them, but rather contains references to original websites.
 
-	git clone git://github.com/datalad/mlbooks
-	cd mlbooks
-    git annex get *.pdf
+If you like any of these books, please consider buying a physical copy to
+support the authors' work.
+
+## Obtain books
+
+### With DataLad
 
-would fetch all the books available as a .pdf file.
+	datalad install https://github.com/datalad-datasets/machinelearning-books.git
+	cd machinelearning-books
+	datalad get *.pdf
+
+### With git-annex
+
+	git clone https://github.com/datalad-datasets/machinelearning-books.git
+	cd mlbooks
+	git annex get *.pdf
 
 # Licenses