Installation instructions
This commit is contained in:
parent
a7540661a2
commit
bb45fb14bc
@ -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)
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user