From 88c4a19c5ae63f548b6b425eb17db6a784c6ab89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Pierre=20Andr=C3=A9?= Date: Wed, 25 Aug 2021 08:50:03 +0200 Subject: [PATCH] Updated the README Added a recommendation to use ntfs-3g packaged by a distribution, and inserted a link to the Wiki. --- README | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README b/README index 9962af40..aaa63414 100644 --- a/README +++ b/README @@ -24,7 +24,7 @@ available in Windows 10 can also be read through a plugin. News, support answers, problem submission instructions, support and discussion forums, and other information are available on the project web site at - https://github.com/tuxera/ntfs-3g + https://github.com/tuxera/ntfs-3g/wiki The project has been funded, supported and maintained since 2008 by Tuxera: @@ -47,8 +47,13 @@ See the included file COPYING.LIB. QUICK INSTALLATION ================== -Linux: Make sure you have the basic development tools and the kernel includes -the FUSE kernel module. Then unpack the source tarball and type: +Most distributions have an up-to-date NTFS-3G package ready for use, and +the recommended way is to install it. + +If you need some specific customization, you can compile and install from +the released source code. Make sure you have the basic development tools +and the kernel includes the FUSE kernel module. Then unpack the source +tarball and type: ./configure make