update readme

This commit is contained in:
Tomasz Kapias 2023-03-19 15:41:09 +07:00
parent 65192b26f7
commit 89217de73a
Signed by: tkapias
SSH key fingerprint: SHA256:bsmasrX7y0xxAHa/x1x8zAgHInO4nPpKMk5JIQ0Vsbw

View file

@ -49,7 +49,7 @@
```bash ```bash
# check version with apt # check version with apt
sudo apt show tmux 2> /dev/null | grep Version: sudo apt show -a tmux 2> /dev/null | grep Version:
# if your apt repositories deliver at least 3.3, you can install it # if your apt repositories deliver at least 3.3, you can install it
sudo apt install tmux sudo apt install tmux
@ -86,7 +86,7 @@ wget -c -nv "$_URL" -O - | sudo tar --no-same-owner -xzv -C /usr/local/bin gitmu
```bash ```bash
# check version with apt # check version with apt
sudo apt show fzf 2> /dev/null | grep Version: sudo apt show -a fzf 2> /dev/null | grep Version:
# if your apt repositories deliver at least 0.35, you can install it # if your apt repositories deliver at least 0.35, you can install it
sudo apt install fzf sudo apt install fzf