summaryrefslogtreecommitdiff
path: root/utils/installer/install.sh
diff options
context:
space:
mode:
authoropalmay <[email protected]>2023-02-17 12:55:42 +0200
committeropalmay <[email protected]>2023-02-24 17:18:10 +0200
commit70d1b429000b8aab8e72d635a59ab8ed4ed50849 (patch)
treef698b730a08b1f5bc9291dfd02dda042d3b3777a /utils/installer/install.sh
parenteb62a17081b7164128eb5702925bb7757a22ef8d (diff)
refactor: install_bin
Diffstat (limited to 'utils/installer/install.sh')
-rwxr-xr-xutils/installer/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/installer/install.sh b/utils/installer/install.sh
index 7f025443..b7cddac4 100755
--- a/utils/installer/install.sh
+++ b/utils/installer/install.sh
@@ -165,7 +165,7 @@ function main() {
msg "$ADDITIONAL_WARNINGS"
msg "Thank you for installing LunarVim!!"
- echo "You can start it by running: $XDG_DATA_HOME/bin/lvim"
+ echo "You can start it by running: $XDG_DATA_HOME/.local/bin/lvim"
echo "Do not forget to use a font with glyphs (icons) support [https://github.com/ryanoasis/nerd-fonts]"
}