summarylogtreecommitdiffstats
path: root/devkitarm.install
diff options
context:
space:
mode:
Diffstat (limited to 'devkitarm.install')
-rw-r--r--devkitarm.install9
1 files changed, 6 insertions, 3 deletions
diff --git a/devkitarm.install b/devkitarm.install
index 51f2ee3f7d38..670fc5c0e5b6 100644
--- a/devkitarm.install
+++ b/devkitarm.install
@@ -1,8 +1,11 @@
post_install() {
- echo "To use the toolchain right away, you have to set the environment variables in"
- echo "your currently running shells by executing 'source /etc/profile.d/devkitarm.sh'!"
- echo "This is done automatically for every shell opened from now on."
+ echo "To use the toolchain, environment variables have to be set in your shell."
+ echo "Files setting them for POSIX compatible shells (bash, zsh, ...) and fish are"
+ echo "provided and should be used automatically for shells opened from now on."
+ echo "To use the toolchain right away, use"
+ echo " $ source /etc/profile.d/devkitarm.sh # (for POSIX compatible)"
+ echo " $ source /etc/fish/conf.d/devkitarm.fish # (for fish shell)"
}
post_upgrade() {