Skip to content

Commit 1ddcc92

Browse files
authored
docs: improve Telescope extension doc (#293)
* added a bit to doc about getting telescope extension to work on Ubuntu and Debian systems
1 parent b1c8447 commit 1ddcc92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ require("telescope").extensions.rest.select_env()
214214
- env_pattern: For env file pattern
215215
- env_edit_command: For env file edit command
216216

217+
If running Ubuntu or Debian based systems you might need to run `ln -s $(which fdfind) ~/.local/bin/fd` to get extension to work. This is becuase extension runs the [fd](https://github.com/sharkdp/fd?tab=readme-ov-file#installation) command.
218+
217219
## Lualine
218220

219221
We also have lualine component to get what env file you select!

0 commit comments

Comments
 (0)