diff --git a/README.md b/README.md index 1ae35a0..79183c4 100644 --- a/README.md +++ b/README.md @@ -136,3 +136,7 @@ git clone https://github.com/wbthomason/packer.nvim\ if you get any errors with packer.nvim , then remove the ~/.config/nvim/plugin/packer_nvim.vim file since it just has file paths for my system and re-install packer.nvim + + # Contact - + - My linux / unix related ricing community: https://t.me/DE_WM (telegram) + - Me: @siduck (telegram) diff --git a/install.sh b/install.sh index 9b739a4..735e239 100755 --- a/install.sh +++ b/install.sh @@ -51,7 +51,7 @@ install_node_deps () { echo "npm not installed" return fi - npm install -g $@ + sudo npm install -g $@ } install_ts() {