Update README.md

This commit is contained in:
Tommy Au 2022-10-08 23:47:06 +08:00 committed by GitHub
parent f54d449c19
commit 59078a653a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
# Setup WSL # Setup WSL
Install a new distro, alpine is recommended.\ Install a new distro, alpine is recommended.\
Follow the basic instruction on installing it.[Official guide](https://learn.microsoft.com/en-us/windows/wsl/install)\ Follow the basic instruction on installing it. [Official guide](https://learn.microsoft.com/en-us/windows/wsl/install)\
Then install tmux.\ Then install tmux.\
Alpine : apk update&&apk add tmux\ Alpine : apk update&&apk add tmux\
Debian/Ubuntu: apt install tmux Debian/Ubuntu: apt install tmux
@ -21,7 +21,7 @@ fi
## Download our program ## Download our program
[Download](https://github.com/smarttommyau/tmux-for-windows/releases/tag/Release) [Download](https://github.com/smarttommyau/tmux-for-windows/releases/tag/Release)
## Setup 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/)\ 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. > ***!!!!*** Remember to restart the terminal after added to environment path.
## Setup config ## Setup config
Add or edit file ***tmux.conf*** with your favourite editor on the ***same folder of our program***. Add or edit file ***tmux.conf*** with your favourite editor on the ***same folder of our program***.