1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-01-18 20:10:58 +00:00

separators

This commit is contained in:
mintty 2018-04-19 07:42:45 +02:00 committed by GitHub
parent df054073ef
commit 55c034ec66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,8 @@ WSLtty components
* optional context menu entries for Windows Explorer to start WSL terminals in the respective folder
* install/uninstall context menu items from Start Menu subfolder `WSLtty`
---
### Installation from this repository ###
#### WSLtty installer ([Download](https://github.com/mintty/wsltty/releases) standalone installation) ####
@ -49,10 +51,12 @@ invoke one of
* `choco install wsltty`
* `choco upgrade wsltty`
#### Windows Appx package ####
#### Windows UWP Appx package ####
under preparation
---
### Invocation ###
WSLtty can be invoked with
@ -63,6 +67,8 @@ WSLtty can be invoked with
Starting the mintty terminal directly from the WSLtty installation location
is discouraged because that would bypass essential options.
---
### Configuration ###
#### Start Menu and Desktop shortcuts ####
@ -141,6 +147,8 @@ you may append a shell pathname and an optional `-l` parameter
to the mintty invocation (in shortcuts, scripts, or context menu entries):
* `%LOCALAPPDATA%\wsltty\bin\mintty.exe --WSL= --configdir="%APPDATA%\wsltty" /bin/bash -l`
---
### Components and Credits ###
For mintty, see the [Mintty homepage](http://mintty.github.io/)