Updated the README
Added a recommendation to use ntfs-3g packaged by a distribution, and inserted a link to the Wiki.pull/9/head
parent
31ac7e4f0f
commit
88c4a19c5a
11
README
11
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
|
||||
|
|
Loading…
Reference in New Issue