From ab9d2a71472cecf5ee8a4fa615dbc2f29f2303d6 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Sat, 9 Mar 2024 00:24:54 +0100 Subject: [PATCH] precise install requirements --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6334370..16c2e83 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,10 @@ If you are experiencing issues, please make sure you have the latest versions. External Requirements: - Basic utils: `git`, `make`, `unzip`, C Compiler (`gcc`) - [ripgrep](https://github.com/BurntSushi/ripgrep#installation) -- A [Nerd Font](https://www.nerdfonts.com/): optional, provides various icons - - if you have it set `vim.g.have_nerd_font` in `init.lua` to true -- Language Setup: - - If want to write Typescript, you need `npm` - - If want to write Golang, you will need `go` - - etc. +- A [Nerd Font](https://www.nerdfonts.com/): provides various icons +- Language utils: `rustup`, `npm`, `dotnet`, `python` +- Optionally, install [Alacritty](https://github.com/alacritty/alacritty#installation) + - Or on Windows, just install using `winget install alacritty --source winget` > **NOTE** > See [Windows Installation](#Windows-Installation) to double check any additional Windows notes