update readme
This commit is contained in:
parent
65192b26f7
commit
89217de73a
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue