From e73fb4ecac3829a276c581a73e5b5ce8cb9ee76b Mon Sep 17 00:00:00 2001 From: Omi Date: Thu, 25 Apr 2024 15:20:43 +0000 Subject: [PATCH] add: curl to fetch install.sh and changed inode of install.sh to executable --- README.md | 6 ++++++ install.sh | 0 2 files changed, 6 insertions(+) mode change 100644 => 100755 install.sh 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