diff --git a/README.rst b/README.rst index 07e8b0d39..6655e77a6 100644 --- a/README.rst +++ b/README.rst @@ -75,6 +75,7 @@ Main features * FreeBSD * OpenBSD and NetBSD (no xattrs/ACLs support or binaries yet) * Cygwin (not supported, no binaries yet) + * Linux Subsystem of Windows 10 (not supported) **Free and Open Source Software** * security and functionality can be audited independently diff --git a/docs/installation.rst b/docs/installation.rst index d3bc73007..bcd5d4796 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -257,12 +257,21 @@ and commands to make fuse work for using the mount command. sysctl vfs.usermount=1 +Windows 10's Linux Subsystem +++++++++++++++++++++++++++++ + +.. note:: + Running under Windows 10's Linux Subsystem is experimental and has not been tested much yet. + +Just follow the Ubuntu Linux installation steps. You can omit the FUSE stuff, it won't work anyway. + + Cygwin ++++++ .. note:: Running under Cygwin is experimental and has only been tested with Cygwin - (x86-64) v2.5.2. + (x86-64) v2.5.2. Remote repositories are known broken, local repositories should work. Use the Cygwin installer to install the dependencies::