aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2024-06-07 04:55:14 +0200
committerGitHub <noreply@github.com>2024-06-07 10:55:14 +0800
commit8c5af0eb85a3932f6ca018d2aa681521369a26be (patch)
tree19d50b9b4f5d88b4f0c909735a45a5cc1a19f4d2 /INSTALL.md
parentd490a7bc5b9d731828f5da16b35a86b4e1270624 (diff)
downloadrneovim-8c5af0eb85a3932f6ca018d2aa681521369a26be.tar.gz
rneovim-8c5af0eb85a3932f6ca018d2aa681521369a26be.tar.bz2
rneovim-8c5af0eb85a3932f6ca018d2aa681521369a26be.zip
docs: misc (#28837)
Co-authored-by: Danymat <d.danymat@gmail.com> Co-authored-by: Gregory Anders <greg@gpanders.com> Co-authored-by: Jakub Okoński <jakub@okonski.org> Co-authored-by: John L. Villalovos <john@sodarock.com> Co-authored-by: Maria José Solano <majosolano99@gmail.com> Co-authored-by: Michaili K <git@michaili.dev> Co-authored-by: TheLeoP <eugenio2305@hotmail.com> Co-authored-by: Tobias Schmitz <tobiasschmitz2001@gmail.com> Co-authored-by: W20MC <157727813+W20MC@users.noreply.github.com> Co-authored-by: Will Hopkins <willothyh@gmail.com> Co-authored-by: Yifan Hu <141280278+b0ae989c@users.noreply.github.com> Co-authored-by: glepnir <glephunter@gmail.com> Co-authored-by: prljav <74116121+prljav@users.noreply.github.com>
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 056a5acb04..3e80e3e67e 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
```
-After this step add this to `~/.bashrc`:
+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 `~/.bashrc`:
+And the following line to your shell config (`~/.bashrc`, `~/. zshrc`, ...):
export PATH="$PATH:/opt/nvim/"
@@ -204,7 +204,7 @@ You can also get nightly builds of git master from the [Copr automated build sys
dnf copr enable agriffis/neovim-nightly
dnf install -y neovim python3-neovim
-See the [blog post](https://arongriffis.com/2019/03/02/neovim-nightly-builds) for information on how these are built.
+See the [blog post](https://arongriffis.com/2019-03-02-neovim-nightly-builds) for information on how these are built.
### Flatpak