From 9aaba0a87cf2d74b2e41ff3e08c7026ede2ea5c0 Mon Sep 17 00:00:00 2001 From: Nathan Boyer <65452054+nathanrboyer@users.noreply.github.com> Date: Fri, 16 Feb 2024 11:20:22 -0500 Subject: [PATCH] Update julialauncher.rs update prompt message. --- src/bin/julialauncher.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/julialauncher.rs b/src/bin/julialauncher.rs index 62c1ce17..44f15703 100644 --- a/src/bin/julialauncher.rs +++ b/src/bin/julialauncher.rs @@ -145,7 +145,7 @@ fn check_channel_uptodate( eprintln!(" juliaup update"); eprintln!(); eprintln!( - "to install Julia {} and update the `{}` channel to that version.", + "in your terminal shell to install Julia {} and update the `{}` channel to that version.", latest_version, channel ); }