From 94a166594e9e4913a0b89f6bfd400c536a596dd4 Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Wed, 29 Sep 2021 13:51:03 +0330 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d9740884..98f0508b 100644 --- a/README.md +++ b/README.md @@ -140,8 +140,8 @@ or just call it manually when inside LunarVim `:LvimCacheReset` 2. make sure your `lvim` binary is up-to-date ```bash -LUNARVIM_RUNTIME_DIR="${LUNARVIM_RUNTIME_DIR:-$HOME/.local/share/lunarvim}" -bash "$LUNARVIM_RUNTIME_DIR/utils/installer/install_bin.sh" +export LUNARVIM_RUNTIME_DIR="${LUNARVIM_RUNTIME_DIR:-$HOME/.local/share/lunarvim}" +bash "$LUNARVIM_RUNTIME_DIR/lvim/utils/installer/install_bin.sh" ``` ## Resources -- cgit v1.2.3