From f54d449c19e9bbe0481ea8a1b5abe33e9f17b1ec Mon Sep 17 00:00:00 2001 From: Tommy Au <75346987+smarttommyau@users.noreply.github.com> Date: Sat, 8 Oct 2022 23:46:46 +0800 Subject: [PATCH] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d1683c2..e0b5745 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # Setup WSL Install a new distro, alpine is recommended.\ -Follow the basic instruction on installing it.\ +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\ Debian/Ubuntu: apt install tmux @@ -20,11 +20,13 @@ fi # Installation ## Download our program [Download](https://github.com/smarttommyau/tmux-for-windows/releases/tag/Release) -## setup our program -Add the path you download our program to environment path. -## setup config -Add or edit file tmux.conf on the same folder of our program. +## Setup our program +Add the path you download our program to environment path. [Article about this](https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/)\ +> ***!!!!*** Remember to restart the terminal after added to environment path. +## Setup config +Add or edit file ***tmux.conf*** with your favourite editor on the ***same folder of our program***. ``` distro: alpine //your distro name ``` +> currently only one parms is required and used # Enjoy