From 5302da1214ee918e2ca4c7c7598eb3c8a49dee46 Mon Sep 17 00:00:00 2001 From: Nicola Guerrera Date: Sat, 19 Aug 2023 15:55:06 +0200 Subject: [PATCH] update Ubuntu instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a529ddb..d6162bc 100644 --- a/README.md +++ b/README.md @@ -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 ```