From 269b025951707120b1bef5182befcf347a9b7ea3 Mon Sep 17 00:00:00 2001 From: Josean Martinez <114825290+josean-dev@users.noreply.github.com> Date: Sat, 5 Nov 2022 18:23:18 -0400 Subject: [PATCH] Update Readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 20cd986..cb590bd 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ It will ask if you would like to reinstall the parser. Answer "y" for yes. After - [Neovim](https://neovim.io/) (Version 0.8 or Later) - [Nerd Font](https://www.nerdfonts.com/) - I use Meslo Nerd Font - [Ripgrep](https://github.com/BurntSushi/ripgrep) - For Telescope Fuzzy Finder +- XCode Command Line Tools - If working with typescript/javascript and the typescript language server like me. You might need to install node. If you're on mac, like me, you can install iTerm2, Neovim, Ripgrep and Node with homebrew. @@ -61,6 +62,11 @@ brew install ripgrep brew install node ``` +For XCode Command Line Tools do: +```bash +xcode-select --install +``` + ### Relevant Files - [.config/nvim](.config/nvim)