diff --git a/README.md b/README.md index 095c31e..71c94af 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,12 @@ One Desktop shortcut is installed: Other, distribution-specific shortcuts can be copied to the desktop from the Start Menu if desired. +The Start menu folder WSLtty contains the link +`configure WSL shortcuts`. +This function is initially run when wsltty is installed. +If should be rerun after adding or removing WSL distributions, +in order to create the respective set of shortcuts in the Start menu. + #### Command line scripts `wsl*.bat` #### WSLtty installs the following scripts into `%LOCALAPPDATA%\Microsoft\WindowsApps` @@ -117,9 +123,16 @@ WSLtty provides context menu entries for all installed WSL distributions and one for the configured default distribution, to start a respective WSL terminal in a specific folder from an Explorer window. They are not installed by default. + To add launch entries for the default or all WSL distributions to the Explorer context menu, or remove them, run the respective script from the -Start Menu subfolder `WSLtty`. +Start Menu subfolder `WSLtty`: +* `add default to context menu` + adds context menu entries for the default WSL distribution +* `add to context menu` + adds context menu entries for all WSL distributions +* `remove from context menu` + removes context menu entries for WSL distributions #### Icon #### diff --git a/makewinx.cfg b/makewinx.cfg index f3e6c5c..655d637 100644 --- a/makewinx.cfg +++ b/makewinx.cfg @@ -25,7 +25,7 @@ SourceFiles=SourceFiles [Strings] InstallPrompt=Install Mintty terminal for WSL (Windows Subsystem for Linux)? DisplayLicense= -FinishMessage=Mintty for WSL installed - for documentation see https://github.com/mintty/wsltty +FinishMessage=Mintty for WSL installed - for documentation and configuration see https://github.com/mintty/wsltty TargetName=wsltty-%version%-install.exe FriendlyName=wsltty AppLaunched=cmd.exe /c install.bat