diff --git a/updateVSCodium.sh b/updateVSCodium.sh index 4fd0456..f42f21d 100644 --- a/updateVSCodium.sh +++ b/updateVSCodium.sh @@ -20,8 +20,8 @@ if [ -x $HOME/.vscodium_scripts ] ; then # if the folder already exists (not the else # if the folder isn't already created (first run?) - #echo "First run, adding commmands to shell, you will need to restart your shell" - #echo "to use theses commands : \"code\" for Codium and \"updateCodium\" to update it." + echo "First run, adding commmands to shell, you will need to restart your shell" + echo "to use theses commands : \`code\` for Codium and \`updateCodium\` to update it." # adding code command and updateCodium command # to all the shell installed @@ -66,6 +66,6 @@ chmod u+x VSCodium.AppImage echo "" # not really installed because no packet manager know what happened echo "VSCodium is now downloaded and \"installed*\" at $PWD/VSCodium.AppImage." -echo "You need to restart your shell to use all the new commands." -echo "`updateCodium` -> update Codium to the latest version" -echo "`code` -> start Codium" +#echo "You need to restart your shell to use all the new commands." +echo "\`updateCodium\` -> update Codium to the latest version" +echo "\`code\` -> start Codium"