Updated homepage URL and added download location.
authorNikolaus Rath <Nikolaus@rath.org>
Tue, 22 Dec 2015 03:17:47 +0000 (19:17 -0800)
committerNikolaus Rath <Nikolaus@rath.org>
Tue, 22 Dec 2015 03:17:47 +0000 (19:17 -0800)
README.md

index ef3b5a98f5c770f1765e062b5b96fdd74a2c91b8..e01b9a18bd5225fe733c77eda9053c6ef8653029 100644 (file)
--- a/README.md
+++ b/README.md
@@ -27,6 +27,10 @@ explicitly using a separate set of API functions.
 Installation
 ------------
 
+You can download libfuse from
+https://github.com/libfuse/libfuse/releases. After extracting the
+tarball, build and install with
+
     ./configure
     make -j8
     make install
@@ -82,7 +86,7 @@ mailing list (subscribe at
 https://lists.sourceforge.net/lists/listinfo/fuse-devel).
 
 Please report any bugs on the GitHub issue tracker at
-https://github.com/libfuse/main/issues.
+https://github.com/libfuse/libfuse/issues.
 
 
 Credits