diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-08-29 00:11:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-29 06:11:32 +0800 |
commit | cd05a72fec49bfaa3911c141ac605b67b6e2270a (patch) | |
tree | 2b728b87a5c6896ab676b5e426ab198cb78b50a5 /INSTALL.md | |
parent | 3085c9d9daab611a2a20a1db44868a2e4c8f759e (diff) | |
download | rneovim-cd05a72fec49bfaa3911c141ac605b67b6e2270a.tar.gz rneovim-cd05a72fec49bfaa3911c141ac605b67b6e2270a.tar.bz2 rneovim-cd05a72fec49bfaa3911c141ac605b67b6e2270a.zip |
docs: misc (#29719)
Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com>
Co-authored-by: Lauri Heiskanen <lauri.heiskanen@nimble.fi>
Co-authored-by: Piotr Doroszewski <5605596+Doroszewski@users.noreply.github.com>
Co-authored-by: Tobiasz Laskowski <tobil4sk@outlook.com>
Co-authored-by: ariel-lindemann <41641978+ariel-lindemann@users.noreply.github.com>
Co-authored-by: glepnir <glephunter@gmail.com>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md index af7580686b..509213fffc 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -112,7 +112,7 @@ sudo rm -rf /opt/nvim sudo tar -C /opt -xzf nvim-linux64.tar.gz ``` -Then add this to your shell config (`~/.bashrc`, `~/. zshrc`, ...): +Then add this to your shell config (`~/.bashrc`, `~/.zshrc`, ...): export PATH="$PATH:/opt/nvim-linux64/bin" @@ -129,7 +129,7 @@ To expose nvim globally: mkdir -p /opt/nvim mv nvim.appimage /opt/nvim/nvim -And the following line to your shell config (`~/.bashrc`, `~/. zshrc`, ...): +And the following line to your shell config (`~/.bashrc`, `~/.zshrc`, ...): export PATH="$PATH:/opt/nvim/" |