diff options
author | Chris <[email protected]> | 2021-03-14 22:29:12 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-14 22:29:12 -0400 |
commit | 6504c9d63ebcaa3fca004421845add26c9b00dbb (patch) | |
tree | f903cc68bf4484d5e19149ab6af20cf8a87d1f95 | |
parent | 8db2eab7741fc5569de33f1f68ca23c227c0c2ab (diff) |
update readme install command
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,7 +4,9 @@ If you are looking for my old configs checkout the two snapshot branches on this ## Install in one command -```bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/nvcode/master/utils/installer/install-nv-code.sh)``` +``` +bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/nvcode/master/utils/installer/install-nv-code.sh) +``` ## Get the latest version of Neovim |