mirror of
https://github.com/smarttommyau/tmux-for-windows.git
synced 2025-04-19 20:54:55 +00:00
Update README.md
This commit is contained in:
parent
053310d79d
commit
f54d449c19
12
README.md
12
README.md
@ -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.\
|
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
|
||||||
@ -20,11 +20,13 @@ fi
|
|||||||
# Installation
|
# Installation
|
||||||
## 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.
|
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/)\
|
||||||
## setup config
|
> ***!!!!*** Remember to restart the terminal after added to environment path.
|
||||||
Add or edit file tmux.conf on the same folder of our program.
|
## 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
|
||||||
```
|
```
|
||||||
|
> currently only one parms is required and used
|
||||||
# Enjoy
|
# Enjoy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user