Skip to content

Commit 3b993e7

Browse files
committed
Clarify PATH reload instructions
1 parent daa41ac commit 3b993e7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ else
140140
esac
141141
echo "Run this command to add it:"
142142
echo " echo 'export PATH=\"$PREFIX:\$PATH\"' >> \"$rc_file\""
143-
echo "Then restart your shell or run:"
143+
echo "Then run:"
144+
echo " . \"$rc_file\""
145+
echo "Or for just this terminal session, run:"
144146
echo " export PATH=\"$PREFIX:\$PATH\""
145147
fi

0 commit comments

Comments
 (0)