From 70d1b429000b8aab8e72d635a59ab8ed4ed50849 Mon Sep 17 00:00:00 2001 From: opalmay Date: Fri, 17 Feb 2023 12:55:42 +0200 Subject: refactor: install_bin --- utils/installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/installer/install.sh') 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]" } -- cgit v1.2.3