Skip to content

Commit

Permalink
update Ubuntu instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nik012003 committed Aug 19, 2023
1 parent eaa9380 commit 5302da1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ Used in combination with a fuzzy finder like [fzf](https://github.com/junegunn/f
### Install the required dependencies
#### Ubuntu 22.04 or later
```
sudo apt install cargo libgtk-4-dev build-essential
sudo apt install libgtk-4-dev build-essential curl
curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | sh
```
#### Fedora\CentOS\RHEL
```
Expand Down

0 comments on commit 5302da1

Please sign in to comment.