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) +```