From 9e7c76504a55709ac045ef81f76b893e6a23a388 Mon Sep 17 00:00:00 2001 From: Tommy Au <75346987+smarttommyau@users.noreply.github.com> Date: Sat, 8 Oct 2022 23:53:49 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e78590d..e24394a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # Setup WSL -Install a new distro, alpine is recommended.\ +Install a new distro(as the backend), alpine is recommended(it is lightweight).\ Follow the basic instruction on installing it. [Official guide](https://learn.microsoft.com/en-us/windows/wsl/install)\ Then install tmux.\ Alpine : apk update&&apk add tmux\ @@ -27,7 +27,7 @@ Add the path you download our program to environment path. [Article about this]( ## Setup config Add or edit file ***tmux.conf*** with your favourite editor on the ***same folder of our program***. ``` -distro: alpine //your distro name +distro: alpine //your distro name of the backend distro ``` > currently only one parms is required and used # Enjoy