From bb45fb14bcdc7cc1e7534e8420f38f2a090d4ba7 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 25 Dec 2021 01:41:57 -0600 Subject: [PATCH] Installation instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b494569..4d27bf1 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,12 @@ manually install the following packages: - [fzf](https://github.com/junegunn/fzf) - [ripgrep](https://github.com/BurntSushi/ripgrep) +# 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) +```