diff --git a/README.md b/README.md index ca6af92..9e5844d 100644 --- a/README.md +++ b/README.md @@ -93,15 +93,15 @@ Workaround: #### Start Menu and Desktop shortcuts #### In the Start Menu, the following shortcuts are installed: -* For each installed WSL distribution D, D` Terminal` to start in the WSL user home -* `WSL Terminal` to start the default WSL distribution (as configured with the Windows tool `wslconfig`) +* Shortcut `WSL Terminal` to start the default WSL distribution (as configured with the Windows tool `wslconfig`) +* For each installed WSL distribution, for example `Ubuntu`, a shortcut `Ubuntu Terminal` to start in the WSL user home -In the Start Menu subfolder WSLtty, the following shortcuts are installed: -* For each installed WSL distribution D, D` Terminal %` to start in the Windows %USERPROFILE% home -* `WSL Terminal %` to start the default WSL distribution in the Windows %USERPROFILE% home +In the Start Menu subfolder WSLtty, the following additional shortcuts are installed: +* Shortcut `WSL Terminal %` to start the default WSL distribution in the Windows %USERPROFILE% home +* For each installed WSL distribution, for example `Ubuntu`, a shortcut `Ubuntu Terminal %` to start in the Windows %USERPROFILE% home One Desktop shortcut is installed: -* `WSL Terminal` to start the default WSL distribution (as configured with the Windows tool `wslconfig`) +* Shortcut `WSL Terminal` to start the default WSL distribution (as configured with the Windows tool `wslconfig`) Other, distribution-specific shortcuts can be copied to the desktop from the Start Menu if desired. @@ -117,8 +117,8 @@ in order to create the respective set of shortcuts in the Start menu. WSLtty installs the following scripts into `%LOCALAPPDATA%\Microsoft\WindowsApps` (and a copy in its application folder `%LOCALAPPDATA%\wsltty`): -* For each installed WSL distribution D, D`.bat` to start in the current folder/directory -* For each installed WSL distribution D, D`~.bat` to start in the WSL user home +* For each installed WSL distribution, e.g. Ubuntu, command script `Ubuntu.bat` to start in the current folder/directory +* For each installed WSL distribution, e.g. Ubuntu, command script `Ubuntu~.bat` to start in the WSL user home * `WSL.bat` and `WSL~.bat` to start the default WSL distribution Given that `%LOCALAPPDATA%\Microsoft\WindowsApps` is in your PATH, diff --git a/ubuntu1.png b/ubuntu1.png new file mode 100644 index 0000000..a65b7f2 Binary files /dev/null and b/ubuntu1.png differ