From 65d5fb1c601512a94a46b55454074ef3aa85d892 Mon Sep 17 00:00:00 2001 From: Tommy Au <75346987+smarttommyau@users.noreply.github.com> Date: Sat, 8 Oct 2022 23:38:26 +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 dc8d521..ed4931c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Install a new distro, alpine is recommended.\ Follow the basic instruction on installing it.\ Then install tmux.\ Alpine : apk update&&apk add tmux\ -Debian/ubuntu: apt install tmux +Debian/Ubuntu: apt install tmux Add new file ~/.profile with this code to automatically run powershell in tmux sessions ``` @@ -25,4 +25,4 @@ Add or edit file tmux.conf on the same folder of our program. ``` distro: alpine //your distro name ``` -# Enjoy \ No newline at end of file +# Enjoy