1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-11-06 10:01:54 +00:00

Compare commits

...

3 Commits
0.5 ... 0.5.1

Author SHA1 Message Date
mintty
a6e090a37c 0.5.1 2016-09-16 13:37:04 +02:00
mintty
abe617cfc8 remove test entry skipping actual software installation :( 2016-09-16 13:35:42 +02:00
mintty
95203252b8 link "installer" to releases 2016-09-16 12:50:22 +02:00
3 changed files with 2 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ Mintty as a terminal for Bash on Ubuntu on Windows / WSL.
#### Overview ####
Run the installer to install
Run the [installer](https://github.com/mintty/wsltty/releases) to install
* wsltty package components (see below) in the users application directory (where WSL is also installed)
* an empty “home directory” to enable storage of a mintty config file
* a Desktop Shortcut and a Start Menu Shortcut to start WSL with a login bash in the users WSL home directory

View File

@@ -1,5 +1,4 @@
@echo off
goto explorer
mkdir "%LOCALAPPDATA%\wsltty"
copy LICENSE.mintty "%LOCALAPPDATA%\wsltty"

View File

@@ -2,7 +2,7 @@
# default: generate all
all: wslbridge mintty cygwin wsltty pkg
ver=0.5
ver=0.5.1
wslbridgever=0.1.0
TARGET := $(shell $(CC) -dumpmachine)