From 9fb35a871ed3c4eee996b61d818176d27d771378 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Fri, 24 Apr 2026 14:35:43 -0700 Subject: [PATCH] Add fzf installation instruction to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 377cf07..39d3bff 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ ```sh git clone https://github.com/talksik/raw-nvim ~/.config/nvim +sudo apt install fzf ```