mirror of
https://github.com/swaywm/sway.git
synced 2025-02-26 03:01:20 +00:00
Fix URL to kitty
parent
ffc0dd1b00
commit
6b66651568
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ We need the newest version of kitty for proper wayland support, so we'll install
|
|||
```
|
||||
sudo apt install fzf curl xz-utils suckless-tools
|
||||
sudo mkdir /opt/kitty
|
||||
curl -L https://github.com/kovidgoyal/kitty/releases/download/v0.14.4/kitty-0.14.2-x86_64.txz | sudo tar xvJ -C /opt/kitty
|
||||
curl -L https://github.com/kovidgoyal/kitty/releases/download/v0.14.4/kitty-0.14.4-x86_64.txz | sudo tar xvJ -C /opt/kitty
|
||||
sudo ln -s /opt/kitty/bin/kitty /usr/local/bin
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue