diff --git a/README.md b/README.md index 0a2c99b..b7a6886 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,14 @@ Welcome to Clax.nvim, your ultimate Neovim distribution for a seamless and effic ### Install script ``` +git clone https://github.com/Horizon-GDSCxIITM/clax.nvim +cd clax.nvim sh install.sh ``` +or +``` +curl 'https://raw.githubusercontent.com/Horizon-GDSCxIITM/clax.nvim/main/install.sh' | sh +``` ### Manual Installation Clone packer.nvim and source files diff --git a/install.sh b/install.sh old mode 100644 new mode 100755