summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/get.sh b/scripts/get.sh
index f4c605bdc..cf07e291d 100755
--- a/scripts/get.sh
+++ b/scripts/get.sh
@@ -135,5 +135,6 @@ xmake --version >/dev/null 2>&1 && xmake --version || {
echo "export PATH=$prefix/bin:\$PATH" >> $(shell_profile)
export PATH=$prefix/bin:$PATH
xmake --version
- echo -e "Reload shell profile by running \x1b[1msource '$(shell_profile)'\x1b[0m now!"
+ echo "Reload shell profile by running the following command now!"
+ echo -e "\x1b[1msource '$(shell_profile)'\x1b[0m"
}