mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
Another small update to the top-level README.txt file
This commit is contained in:
parent
9b4685c9a3
commit
37ce36d51f
1 changed files with 13 additions and 2 deletions
15
README.txt
15
README.txt
|
@ -161,8 +161,8 @@ Ubuntu Bash under Windows 10
|
||||||
Now that you completed the installation and setup, you can open the Bash
|
Now that you completed the installation and setup, you can open the Bash
|
||||||
tool from the Start menu like you would with any other app.
|
tool from the Start menu like you would with any other app.
|
||||||
|
|
||||||
Accessing Windows Files
|
Accessing Windows Files from Ubuntu
|
||||||
-----------------------
|
-----------------------------------
|
||||||
File sysems will be mounted under "/mnt" so for example "C:\Program Files"
|
File sysems will be mounted under "/mnt" so for example "C:\Program Files"
|
||||||
appears at "/mnt/c/Program Files". This is as opposed to Cgwin where
|
appears at "/mnt/c/Program Files". This is as opposed to Cgwin where
|
||||||
the same directory would appear at "/cygdrive/c/Program Files".
|
the same directory would appear at "/cygdrive/c/Program Files".
|
||||||
|
@ -173,6 +173,17 @@ Ubuntu Bash under Windows 10
|
||||||
setting the host to either Linux or Cygwin in your configuratino file
|
setting the host to either Linux or Cygwin in your configuratino file
|
||||||
should work fine.
|
should work fine.
|
||||||
|
|
||||||
|
Accessing Ubuntu Files From Windows
|
||||||
|
-----------------------------------
|
||||||
|
In Ubuntu Userspace for Windows, the Ubuntu file system root directory is
|
||||||
|
at:
|
||||||
|
|
||||||
|
%localappdata%\lxss\rootfs
|
||||||
|
|
||||||
|
Or
|
||||||
|
|
||||||
|
C:\Users\Username\AppData\Local\lxss\rootfs
|
||||||
|
|
||||||
Install Linux Software.
|
Install Linux Software.
|
||||||
-----------------------
|
-----------------------
|
||||||
Use "sudo apt-get install <package name>". As examples, this is how
|
Use "sudo apt-get install <package name>". As examples, this is how
|
||||||
|
|
Loading…
Reference in a new issue