diff --git a/README.ja.md b/README.ja.md index c02524f..561373f 100644 --- a/README.ja.md +++ b/README.ja.md @@ -21,12 +21,22 @@ [Alpine Linux with Git-LFS and Sphinx](https://github.com/binarylandscapes/AlpineWSL) (by [binarylandscapes](https://github.com/binarylandscapes)) +[Amazon Linux 2](https://github.com/yosukes-dev/AmazonWSL) (by [yosukes-dev](https://github.com/yosukes-dev)) + [Arch Linux](https://github.com/yuk7/ArchWSL) [Artix Linux](https://github.com/hdk5/ArtixWSL) (by [hdk5](https://github.com/hdk5)) +[CentOS](https://github.com/yuk7/CentWSL) + [CentOS](https://github.com/fbigun/WSL-Distro-Rootfs) (by [fbigun](https://github.com/fbigun)) +[Clear Linux](https://github.com/wight554/ClearWSL/) (by [wight554](https://github.com/wight554)) + +[Fedora](https://github.com/yosukes-dev/FedoraWSL) (by [yosukes-dev](https://github.com/yosukes-dev)) + +[Red hat(UBI)](https://github.com/yosukes-dev/RHWSL) (by [yosukes-dev](https://github.com/yosukes-dev)) + [Void Linux (glibc)](https://github.com/am11/VoidWSL) (by [am11](https://github.com/am11)) [Void Linux (musl-libc)](https://github.com/am11/VoidMuslWSL) (by [am11](https://github.com/am11)) @@ -48,8 +58,8 @@ exeのファイル名はインストール名に使用されます。 ## 📝使い方(インストール後) -#### exe Usage -```cmd +#### exeの使い方 +``` Usage : <引数なし> - デフォルト設定で新しいシェルを起動します @@ -65,11 +75,14 @@ Usage : - `--default-uid `: インスタンスのデフォルトユーザーのuidをに設定します。 - `--append-path `: Windows側のPATH設定をLinux側に引き継ぐ機能のon/offを設定します。 - `--mount-drive `: Windowsのドライブをマウントする機能のon/offを設定します。 + - `--default-term `: デフォルトのターミナルを設定します。 get [setting] - `--default-uid`: インスタンスのデフォルトユーザーのuidを取得します。 - `--append-path`: Windows側のPATH設定をLinux側に引き継ぐ機能のon/offを確認します。 - `--mount-drive`: Windowsのドライブをマウントする機能のon/offを確認します。 + - `--wsl-version`: WSLのバージョン(1/2)を確認します。 + - `--default-term`: このランチャーに設定されたデフォルトのターミナルを確認します。 - `--lxuid`: システム内部で使用されているLxUIDを取得します。 backup [contents] @@ -112,6 +125,11 @@ Usage : [user@PC-NAME dir]$ ``` +#### "Windows Terminal"をデフォルトのターミナルに設定する +```cmd +>{InstanceName}.exe config --default-term wt +``` + #### インスタンスをアンインストール ```cmd >{インスタンス名}.exe clean diff --git a/README.md b/README.md index c386d25..c6a6448 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Note: You can distribute your distribution including wsldl exe. ## 📝How-to-Use(for Installed Instance) #### exe Usage -```cmd +``` Usage : - Open a new shell with your default settings. @@ -76,11 +76,14 @@ Usage : - `--default-uid `: Set the default user uid for this distro to - `--append-path `: Switch of Append Windows PATH to $PATH - `--mount-drive `: Switch of Mount drives + - `--default-term `: 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] @@ -121,6 +124,11 @@ Usage : [user@PC-NAME dir]$ ``` +#### Set "Windows Terminal" as default terminal +```cmd +>{InstanceName}.exe config --default-term wt +``` + #### How to uninstall instance ```cmd >{InstanceName}.exe clean