From 16248667a548c8c79b2503e0d8b66185839754be Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Tue, 27 May 2025 04:13:42 +0530 Subject: [PATCH] chore: update README --- README.md | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/README.md b/README.md index 50274db..36329b6 100644 --- a/README.md +++ b/README.md @@ -8,28 +8,8 @@ You also have the added benefit of becoming a true Vim chad once you start using # Installation -##### Arch Linux - ```bash -sudo pacman -S git neovim make unzip gcc npm -``` - -##### Debian/Ubuntu - -```bash -sudo apt install git neovim make unzip gcc npm -``` - -##### Fedora/RHEL - -```bash -sudo dnf install git neovim make unzip gcc npm -``` - -##### Clone Repository - -```bash -git clone https://github.com/arkorty/Neolite.git ~/.config/nvim +curl -sL https://raw.githubusercontent.com/arkorty/Neolite/dev/install | sh ``` # License