From 8549739695afc9a262b38935a75230c89ef96535 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 25 Dec 2021 01:46:29 -0600 Subject: [PATCH] Wget no longer supported :angry: --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 4d27bf1..b0bac4e 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,5 @@ manually install the following packages: # Installation - Curl ```bash -bash -c $(curl https://gitlab.orion-technologies.io/backups/neovim-backup/-/raw/Development/install.bash) -``` -- Wget -```bash -bash -c $(wget https://gitlab.orion-technologies.io/backups/neovim-backup/-/raw/Development/install.bash) +bash -c "$(curl https://gitlab.orion-technologies.io/backups/neovim-backup/-/raw/Development/install.bash)" ```