#!/bin/sh

cat >&2 <<EOF
*
* To finish setup, add the following code to your shell profile (~/.profile)
*   eval "\$(fnm env --shell bash)"
*
EOF

exit 0
