Skip to content

Commit

Permalink
Launcher update to 20120500
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukes-dev committed Dec 7, 2020
1 parent 7c6a062 commit 9784e88
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LNCR_EXE=Amazon2.exe

DLR=curl
DLR_FLAGS=-L
LNCR_URL=https://github.com/yuk7/wsldl/releases/download/20100500/Launcher.exe
LNCR_URL=https://github.com/yuk7/wsldl/releases/download/20120500/Launcher.exe

all: $(OUT_ZIP)

Expand Down
35 changes: 34 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ based on [wsldl](https://github.com/yuk7/wsldl)


## Requirements
* Windows 10 Fall Creators Update x64 or later. (Testing with build 19631)
* Windows 10 Fall Creators Update x64 or later.
* Windows Subsystem for Linux feature is enabled.

## Install
Expand Down Expand Up @@ -57,11 +57,14 @@ Usage :
- `--default-uid <uid>`: Set the default user uid for this distro to <uid>
- `--append-path <on|off>`: Switch of Append Windows PATH to $PATH
- `--mount-drive <on|off>`: Switch of Mount drives
- `--default-term <default|wt|flute>`: Set default terminal window
get [setting]
- `--default-uid`: Get the default user uid in this distro
- `--append-path`: Get on/off status of Append Windows PATH to $PATH
- `--mount-drive`: Get on/off status of Mount drives
- `--wsl-version`: Get WSL Version 1/2 for this distro
- `--default-term`: Get Default Terminal for this distro launcher
- `--lxguid`: Get WSL GUID key for this distro
backup [contents]
Expand All @@ -75,6 +78,36 @@ Usage :
- Print this usage message.
```

#### Just Run exe
```cmd
>Amazon2.exe
[root@PC-NAME user]#
```

#### Run with command line
```cmd
>Amazon2.exe run uname -r
4.4.0-43-Microsoft
```

#### Run with command line with path translation
```cmd
>Amazon2.exe runp echo C:\Windows\System32\cmd.exe
/mnt/c/Windows/System32/cmd.exe
```

#### Change Default User(id command required)
```cmd
>Amazon2.exe config --default-user user
>Amazon2.exe
[user@PC-NAME dir]$
```

#### Set "Windows Terminal" as default terminal
```cmd
>Amazon2.exe config --default-term wt
```

#### How to uninstall instance
```dos
Expand Down

0 comments on commit 9784e88

Please sign in to comment.