aboutsummaryrefslogtreecommitdiff
path: root/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configure.sh')
-rwxr-xr-xconfigure.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.sh b/configure.sh
index a669fa7..e50d57c 100755
--- a/configure.sh
+++ b/configure.sh
@@ -32,3 +32,6 @@ make install-gcc
make install-target-libgcc
export PATH="$HOME/.local/opt/cross/bin:$PATH"
+
+echo "CONFIGURATION COMPLETE! Please add the following line to your .bashrc, .zshrc, or whatever you use."
+echo "export PATH=\$HOME/.local/opt/cross/bin:\$PATH"